| OLD | NEW |
| 1 // Microsoft Visual C++ generated resource script. | 1 // Microsoft Visual C++ generated resource script. |
| 2 // | 2 // |
| 3 #include "resource.h" | 3 #include "resource.h" |
| 4 | 4 |
| 5 #define APSTUDIO_READONLY_SYMBOLS | 5 #define APSTUDIO_READONLY_SYMBOLS |
| 6 ///////////////////////////////////////////////////////////////////////////// | 6 ///////////////////////////////////////////////////////////////////////////// |
| 7 // | 7 // |
| 8 // Generated from the TEXTINCLUDE 2 resource. | 8 // Generated from the TEXTINCLUDE 2 resource. |
| 9 // | 9 // |
| 10 #include "../chrome/third_party/wtl/include/atlres.h" | 10 #include "../third_party/wtl/include/atlres.h" |
| 11 ///////////////////////////////////////////////////////////////////////////// | 11 ///////////////////////////////////////////////////////////////////////////// |
| 12 #undef APSTUDIO_READONLY_SYMBOLS | 12 #undef APSTUDIO_READONLY_SYMBOLS |
| 13 | 13 |
| 14 ///////////////////////////////////////////////////////////////////////////// | 14 ///////////////////////////////////////////////////////////////////////////// |
| 15 // English (U.S.) resources | 15 // English (U.S.) resources |
| 16 | 16 |
| 17 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | 17 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
| 18 #ifdef _WIN32 | 18 #ifdef _WIN32 |
| 19 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | 19 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
| 20 #pragma code_page(1252) | 20 #pragma code_page(1252) |
| 21 #endif //_WIN32 | 21 #endif //_WIN32 |
| 22 | 22 |
| 23 #ifdef APSTUDIO_INVOKED | 23 #ifdef APSTUDIO_INVOKED |
| 24 ///////////////////////////////////////////////////////////////////////////// | 24 ///////////////////////////////////////////////////////////////////////////// |
| 25 // | 25 // |
| 26 // TEXTINCLUDE | 26 // TEXTINCLUDE |
| 27 // | 27 // |
| 28 | 28 |
| 29 1 TEXTINCLUDE | 29 1 TEXTINCLUDE |
| 30 BEGIN | 30 BEGIN |
| 31 "resource.h\0" | 31 "resource.h\0" |
| 32 END | 32 END |
| 33 | 33 |
| 34 2 TEXTINCLUDE | 34 2 TEXTINCLUDE |
| 35 BEGIN | 35 BEGIN |
| 36 "#include ""../chrome/third_party/wtl/include/atlres.h\0" | 36 "#include ""../third_party/wtl/include/atlres.h\0" |
| 37 END | 37 END |
| 38 | 38 |
| 39 3 TEXTINCLUDE | 39 3 TEXTINCLUDE |
| 40 BEGIN | 40 BEGIN |
| 41 "\0" | 41 "\0" |
| 42 END | 42 END |
| 43 | 43 |
| 44 #endif // APSTUDIO_INVOKED | 44 #endif // APSTUDIO_INVOKED |
| 45 | 45 |
| 46 | 46 |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 BEGIN | 535 BEGIN |
| 536 ID_OPTIONS_DRAW "Enable/Disable Draws" | 536 ID_OPTIONS_DRAW "Enable/Disable Draws" |
| 537 ID_OPTIONS_AUDIO "Enable/Disable Audio" | 537 ID_OPTIONS_AUDIO "Enable/Disable Audio" |
| 538 ID_OPTIONS_DUMPYUVFILE "Dump YUV frames to a file" | 538 ID_OPTIONS_DUMPYUVFILE "Dump YUV frames to a file" |
| 539 END | 539 END |
| 540 | 540 |
| 541 #endif // English (U.S.) resources | 541 #endif // English (U.S.) resources |
| 542 ///////////////////////////////////////////////////////////////////////////// | 542 ///////////////////////////////////////////////////////////////////////////// |
| 543 | 543 |
| 544 | 544 |
| OLD | NEW |