Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove improper usage of MFC-related header file.] |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c3cada1a808d0019595c30ae9a077570 |
User & Date: | mistachkin 2011-04-12 20:47:48.340 |
Context
2011-04-12
| ||
20:59 | Further simplify native RC file, removing MFC-isms. check-in: f045d27f35 user: mistachkin tags: trunk | |
20:47 | Remove improper usage of MFC-related header file.] check-in: c3cada1a80 user: mistachkin tags: trunk | |
20:24 | Official 3.7.6 source files. check-in: 8436c6dd92 user: shaneh tags: trunk | |
Changes
Changes to SQLite.Interop/src/win/SQLite.Interop.rc.
1 2 3 4 5 6 7 8 9 10 | // Microsoft Visual C++ generated resource script. // #include "..\core\sqlite3.h" #include "interop.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 1 resource. // | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | // Microsoft Visual C++ generated resource script. // #include "..\core\sqlite3.h" #include "interop.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 1 resource. // #include "windows.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources |
︙ | ︙ | |||
26 27 28 29 30 31 32 | ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN | | | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "#include ""windows.h""\r\n" "\0" END 2 TEXTINCLUDE BEGIN "\r\n" "\0" |
︙ | ︙ |