mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-25 11:14:59 +01:00
Merge pull request #1374 from zosrothko/patch-4
Add typedef ulong needed by MySQL/my_global.h
This commit is contained in:
commit
10e60d649e
@ -35,6 +35,12 @@
|
||||
#define HAVE_STRUCT_TIMESPEC
|
||||
#endif
|
||||
|
||||
#if (POCO_OS == POCO_OS_CYGWIN)
|
||||
typedef unsigned short ushort; /* System V compatibility */
|
||||
typedef unsigned int uint; /* System V compatibility */
|
||||
typedef unsigned long ulong; /* System V compatibility */
|
||||
#endif
|
||||
|
||||
#include <my_global.h>
|
||||
#include <mysql.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user