mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
- Include only the necessary headers in csrss/csrsrv/basesrv/consrv/winsrv. svn path=/branches/ros-csrss/; revision=58249
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
#include <windef.h>
|
|
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Userinit Logon Application\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "userinit\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "userinit.dll\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "rsrc.rc"
|