Windows2000/private/windows/shell/rundll32/rundll.h
2020-09-30 17:12:32 +02:00

34 lines
599 B
C

#ifndef STRICT
#define STRICT
#endif
#ifdef WINNT
#include <nt.h> // We need these header files for the auto-version
#include <ntrtl.h> // patching stuff...
#include <nturtl.h>
#endif
#define _INC_OLE
#include <windows.h>
#undef _INC_OLE
#ifdef WIN32
#include <shlobj.h>
#include <shellapi.h>
#include <shlobjp.h>
#include <imagehlp.h>
#else
#include <shell.h>
#endif
#define IDI_DEFAULT 100
#define IDS_UNKNOWNERROR 0x100
#define IDS_LOADERR 0x300
#define IDS_GETPROCADRERR 0x400
#define IDS_CANTLOADDLL 0x401
//#include "port32.h"