Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Further simplify native RC file, removing MFC-isms. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f045d27f35a55368d9ea33081f4f70c4 |
User & Date: | mistachkin 2011-04-12 20:59:31.144 |
Context
2011-04-13
| ||
02:00 | Fix issue where parens in a command would mess up IF-THEN parsing in batch file. check-in: 72b3ddb5fd user: shaneh tags: trunk | |
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 | |
Changes
Changes to SQLite.Interop/src/win/SQLite.Interop.rc.
1 2 3 4 | // Microsoft Visual C++ generated resource script. // #include "..\core\sqlite3.h" #include "interop.h" | > < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | // // Microsoft Visual C++ generated resource script. // #include "..\core\sqlite3.h" #include "interop.h" #include "windows.h" ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO |
︙ | ︙ | |||
81 82 83 84 85 86 87 | END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END | < < < | 51 52 53 54 55 56 57 | END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END |