Windows2003-3790/inetcore/published/inc/unixdef.h

6 lines
109 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifdef _WIN64
typedef __int64 DWORD_PTR, *PDWORD_PTR;
#else
typedef long DWORD_PTR, *PDWORD_PTR;
#endif