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

Initial work on isolating usage of the Windows header file.

FossilOrigin-Name: 0d42c6b830ee50f45539d73e3948ed3bc50a11d1
This commit is contained in:
mistachkin
2013-11-25 09:36:07 +00:00
parent 93307e9d06
commit 8bc5262915
13 changed files with 109 additions and 65 deletions

View File

@@ -19,6 +19,11 @@
*/
#ifdef SQLITE_MUTEX_W32
/*
** Include the header file for the Windows VFS.
*/
#include "os_win.h"
/*
** Each recursive mutex is an instance of the following structure.
*/