mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
9 lines
272 B
Text
9 lines
272 B
Text
#include <windef.h>
|
|
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Access Control Editor"
|
|
#define REACTOS_STR_INTERNAL_NAME "acledit"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "acledit.dll"
|
|
#include <reactos/version.rc>
|