[CRT] Massively improve performance of rand_s
[reactos.git] / modules / rostests / winetests / GUI / WinetestsGUI.rc
1 #include <windows.h>
2 #include <commctrl.h>
3 #include "resource.h"
4
5
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS API test GUI\0"
7 #define REACTOS_STR_INTERNAL_NAME "WinetestsGUI\0"
8 #define REACTOS_STR_ORIGINAL_FILENAME "WinetestsGUI.exe\0"
9 //#include <reactos/version.rc>
10
11 #include "rsrc.rc"
12
13 /* UTF-8 */
14 #pragma code_page(65001)
15
16
17 #ifdef LANGUAGE_EN_US
18 #include "lang/en-US.rc"
19 #endif
20 #ifdef LANGUAGE_PL_PL
21 #include "lang/pl-PL.rc"
22 #endif
23 #ifdef LANGUAGE_TR_TR
24 #include "lang/tr-TR.rc"
25 #endif