mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
15 lines
325 B
Text
15 lines
325 B
Text
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include "resource.h"
|
|
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Service Manager\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "services\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "servman.exe\0"
|
|
//#include <reactos/version.rc>
|
|
|
|
1 24 DISCARDABLE "manifest.xml"
|
|
|
|
#include "rsrc.rc"
|
|
|
|
|