mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
9 lines
262 B
Text
9 lines
262 B
Text
#include <windows.h>
|
|
#include <commctrl.h>
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Services control application\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "sc\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "sc.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
//#include "En.rc"
|