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

Correct comment about WinRT compiler define. No changes to code.

FossilOrigin-Name: 335e91e599555d9f4e42f90576d1676c381314f4
This commit is contained in:
mistachkin
2012-08-03 10:00:56 +00:00
parent dfbfbffd13
commit a36421ab06
3 changed files with 9 additions and 9 deletions

View File

@@ -92,8 +92,8 @@
#endif
/*
** Determine if we are dealing with WindowsRT (Metro) as this has a different and
** incompatible API from win32.
** Determine if we are dealing with WinRT, which provides only a subset of
** the full Win32 API.
*/
#if !defined(SQLITE_OS_WINRT)
# define SQLITE_OS_WINRT 0