1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 05:13:13 +02:00

- Define intptr_t in win32's setup.h. (#3939)

This commit is contained in:
binki
2010-08-04 00:03:40 +00:00
parent 94c2b58366
commit 0a34af8720
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -2062,3 +2062,4 @@
#3938.
- Fix a few compiler warnings with some double-casting and another
const. (#3939)
- Define intptr_t in win32's setup.h. (#3939)
+7
View File
@@ -66,4 +66,11 @@
#define mode_t int
#endif
/*
make up for win32 (and win64?) users not being able to run ./configure.
*/
#ifndef intptr_t
#define intptr_t long
#endif
#endif