WIN64 compilation

This commit is contained in:
U-WIN-U2045GN0RNQ\Vítor Santos Costa
2010-07-20 23:50:00 +01:00
parent e21bce4f81
commit 7417284b8b
3 changed files with 3 additions and 3 deletions

2
LGPL/swi_console/console.c Normal file → Executable file
View File

@@ -88,7 +88,7 @@ static void initHeapDebug(void);
#define UNICODE_NOCHAR 0xFFFF
#endif
#if (_MSC_VER < 1400)
#if (_MSC_VER < 1400) && !_WIN64
typedef DWORD DWORD_PTR;
#endif