Old comment
parent
74e8e057dd
commit
c79589509c
|
@ -5,17 +5,10 @@
|
|||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
|
||||
// #define WIN32_LEAN_AND_MEAN
|
||||
// If you use WIN32_LEAN_AND_MEAN, you will no longer get the redef errors.
|
||||
// But you will need shellapi.h and objbase.h for Exploit.cpp.
|
||||
// And then you'll get a different set of problems
|
||||
|
||||
#define WIN32_NO_STATUS 1
|
||||
#include <Windows.h>
|
||||
#undef WIN32_NO_STATUS
|
||||
|
||||
#include <ntstatus.h>
|
||||
#include <winternl.h>
|
||||
|
||||
// If you use WIN32_LEAN_AND_MEAN, you will need these two.
|
||||
//#include <shellapi.h>
|
||||
//#include <objbase.h>
|
Loading…
Reference in New Issue