source:
trunk/src/3rdparty/patches/sqlite-3.5.6-wince.patch@
711
Last change on this file since 711 was 2, checked in by , 16 years ago | |
---|---|
File size: 548 bytes |
-
sqlite3.c
old new 8837 8837 } 8838 8838 8839 8839 /* 8840 ** Windows CE does not declare the localtime 8841 ** function as it is not defined anywhere. 8842 ** Anyway we need the forward-declaration to be 8843 ** able to define it later on. 8844 */ 8845 #if defined(_WIN32_WCE) && (_WIN32_WCE >= 0x600) 8846 struct tm *__cdecl localtime(const time_t *t); 8847 #endif 8848 8849 /* 8840 8850 ** Compute the difference (in days) between localtime and UTC (a.k.a. GMT) 8841 8851 ** for the time value p where p is in UTC. 8842 8852 */
Note:
See TracBrowser
for help on using the repository browser.