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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user