mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
b790fafdb2
svn path=/trunk/; revision=34022
11 lines
302 B
Text
11 lines
302 B
Text
#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"
|