1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

See ticket #569; eliminates warnings for Cygwin v1.5 and above. (CVS 1185)

FossilOrigin-Name: a0f8b1f3cea9a0542f8d36898bf98df3c59f12e0
This commit is contained in:
dougcurrie
2004-01-16 19:11:28 +00:00
parent 51e9a44592
commit a70f2d8d72
3 changed files with 8 additions and 11 deletions

View File

@@ -118,9 +118,6 @@
#endif
#if OS_WIN
# if defined(__CYGWIN__)
# define __CYGWIN_USE_BIG_TYPES__
# endif
#include <windows.h>
#include <winbase.h>
typedef struct OsFile OsFile;