Old comment

bug/bundler_fix
sinn3r 2015-01-09 19:04:50 -06:00
parent 74e8e057dd
commit c79589509c
1 changed files with 1 additions and 8 deletions

View File

@ -5,17 +5,10 @@
#include <stdio.h> #include <stdio.h>
#include <tchar.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 #define WIN32_NO_STATUS 1
#include <Windows.h> #include <Windows.h>
#undef WIN32_NO_STATUS #undef WIN32_NO_STATUS
#include <ntstatus.h> #include <ntstatus.h>
#include <winternl.h> #include <winternl.h>
// If you use WIN32_LEAN_AND_MEAN, you will need these two.
//#include <shellapi.h>
//#include <objbase.h>