mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
b790fafdb2
svn path=/trunk/; revision=34022
12 lines
302 B
Plaintext
12 lines
302 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"
|