mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
#include <windows.h>
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Logon User Interface Host\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "LogonUI\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "LogonUI.exe\0"
|
|
//#include <reactos/version.rc>
|
|
|
|
#include "rsrc.rc"
|