1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Make the build work on windows again. Ticket #1544. (CVS 2793)

FossilOrigin-Name: 59bdca2552b2e5c09d5ca2b7a02ee34460139d7b
This commit is contained in:
drh
2005-11-29 19:50:24 +00:00
parent 1a23593dc0
commit a2eebaa43b
4 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,6 @@
#include "os.h"
#if OS_WIN /* This file is used for windows only */
#include <windows.h>
#include <winbase.h>
#ifdef __CYGWIN__