1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

We need an extra define to activate OS/2 semaphores for compiling/linking. (CVS 4501)

FossilOrigin-Name: 0604dace0e22297bafcf90f4485d3c07383f876e
This commit is contained in:
pweilbacher
2007-10-21 22:59:12 +00:00
parent b36dc73cbc
commit 0663dd2f75
3 changed files with 8 additions and 7 deletions

View File

@@ -82,6 +82,7 @@
# define INCL_DOSMISC
# define INCL_DOSPROCESS
# define INCL_DOSMODULEMGR
# define INCL_DOSSEMAPHORES
# include <os2.h>
# define SQLITE_TEMPNAME_SIZE (CCHMAXPATHCOMP)
#else