Skip to content

Commit c795895

Browse files
committed
Old comment
1 parent 74e8e05 commit c795895

File tree

1 file changed

+1
-8
lines changed
  • external/source/exploits/ntapphelpcachecontrol/exploit

1 file changed

+1
-8
lines changed

external/source/exploits/ntapphelpcachecontrol/exploit/stdafx.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@
55
#include <stdio.h>
66
#include <tchar.h>
77

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
8+
129
#define WIN32_NO_STATUS 1
1310
#include <Windows.h>
1411
#undef WIN32_NO_STATUS
1512

1613
#include <ntstatus.h>
1714
#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

Comments
 (0)