13 #if defined(WIN32) && !defined(_USE_MSI_COM) 15 #define STRICT // be type-safe 22 #include "ProtectedSource/DisableRareWin32API.h" 24 #include "ProtectedSource/UndefineWin32APIAliases.h" 48 #define _declspec(dllexport) 52 #define WINAPI __stdcall 53 #define APIENTRY WINAPI 60 #define DLL_PROCESS_ATTACH 1 61 #define DLL_PROCESS_DETACH 0 86 #define CopyMemory(Destination,Source,Length) memcpy((Destination),(Source),(Length)) 87 #define ZeroMemory(Destination,Length) memset((Destination),0,(Length)) 89 #ifndef THREAD_PRIORITY_NORMAL 90 #define THREAD_PRIORITY_NORMAL 0 94 #endif // WIN32 && !_USE_MSI_COM 99 #endif // PDCwindows_h
signed char BOOL
Definition: PDCwtypes.h:101
HINSTANCE HMODULE
Definition: PDCwtypes.h:311
BOOL DisableThreadLibraryCalls(HMODULE)
Definition: PDCwindows.h:71
void SetLastError(DWORD dwErrCode)
unsigned long DWORD
Definition: PDCwtypes.h:121