Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
os_win.h
b6503f1
Cygwin-centric fixes from Jan Nijtmans.
by stephan
· 5 months ago
43f58d6
Fix various internal #defines to conform to new C-language naming restrictions,
by drh
· 9 years ago
89ea0d3
Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero.
by mistachkin
· 11 years ago
ce64d61
Fix compiler warnings on WinCE.
by mistachkin
· 11 years ago
winCeWarn
1a8a0d3
Attempt to fix the build on beagleboard.
by drh
· 11 years ago
winHdr
fdf9f04
Fix several header file comments. No changes to code.
by mistachkin
· 11 years ago
f3a4c7c
Correct line-endings in the new header file.
by mistachkin
· 12 years ago
8bc5262
Initial work on isolating usage of the Windows header file.
by mistachkin
· 12 years ago
ce3d5cf
Remove two more unused files. (CVS 5046)
by drh
· 17 years ago
eb20625
Use type i64 instead of off_t for file offsets since off_t is giving
by drh
· 21 years ago
da71ce1
Fix an uninitialized variable. The variable was harmless, but pedantic
by drh
· 21 years ago
51c6d96
Added sqlite3OsLock for win32. Assertion fault in attach.test. (CVS 1533)
by drh
· 21 years ago
bbd42a6
Split up os.c into separate files, one for each platform. (CVS 1441)
by drh
· 21 years ago