Windows2003-3790/inetcore/published/inc/unixdef.h
2020-09-30 16:53:55 +02:00

6 lines
109 B
C

#ifdef _WIN64
typedef __int64 DWORD_PTR, *PDWORD_PTR;
#else
typedef long DWORD_PTR, *PDWORD_PTR;
#endif