We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e8e05 commit c795895Copy full SHA for c795895
external/source/exploits/ntapphelpcachecontrol/exploit/stdafx.h
@@ -5,17 +5,10 @@
5
#include <stdio.h>
6
#include <tchar.h>
7
8
-// #define WIN32_LEAN_AND_MEAN
9
-// If you use WIN32_LEAN_AND_MEAN, you will no longer get the redef errors.
10
-// But you will need shellapi.h and objbase.h for Exploit.cpp.
11
-// And then you'll get a different set of problems
+
12
#define WIN32_NO_STATUS 1
13
#include <Windows.h>
14
#undef WIN32_NO_STATUS
15
16
#include <ntstatus.h>
17
#include <winternl.h>
18
-
19
-// If you use WIN32_LEAN_AND_MEAN, you will need these two.
20
-//#include <shellapi.h>
21
-//#include <objbase.h>
0 commit comments