mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
7 lines
247 B
Text
7 lines
247 B
Text
#include <windef.h>
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Authorization Framework"
|
|
#define REACTOS_STR_INTERNAL_NAME "authz"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "authz.dll"
|
|
#include <reactos/version.rc>
|