mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
7abc8be102
Polish translation of net, telnet, diskpart, devcpux, fontext, iernonce, lsasrv, themes, arping, frag, screensavers, ctm, fontsub, WinetestsGUI and localmon. Update for dxdiag, msgina, msports, netcfgx, shell32 and syssetup.
26 lines
516 B
Plaintext
26 lines
516 B
Plaintext
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include "resource.h"
|
|
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS API test GUI\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "WinetestsGUI\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "WinetestsGUI.exe\0"
|
|
//#include <reactos/version.rc>
|
|
|
|
#include "rsrc.rc"
|
|
|
|
/* UTF-8 */
|
|
#pragma code_page(65001)
|
|
|
|
|
|
#ifdef LANGUAGE_EN_US
|
|
#include "lang/en-US.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_PL_PL
|
|
#include "lang/pl-PL.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_TR_TR
|
|
#include "lang/tr-TR.rc"
|
|
#endif
|