mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-15 11:41:13 +03:00
Follow the previously established pattern for detecting preprocessor defines for specific flavors of Windows (for NT in this case).
FossilOrigin-Name: a0d92193dd5ae97608748f354aa17eb188431546
This commit is contained in:
@@ -181,7 +181,7 @@ static int sqlite3_os_type = 0;
|
||||
# define SQLITE_WIN32_HAS_ANSI
|
||||
#endif
|
||||
|
||||
#if SQLITE_OS_WINCE || defined(_WIN32_WINNT)
|
||||
#if SQLITE_OS_WINCE || SQLITE_OS_WINNT
|
||||
# define SQLITE_WIN32_HAS_WIDE
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user