mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
10 lines
296 B
Text
10 lines
296 B
Text
#include <win32csr.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "CSRSS subsystem usermode code\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "win32csr\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "win32csr.dll\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "rsrc.rc"
|