reactos/reactos/base/applications/mscutils/eventvwr/eventvwr.rc
Amine Khaldi 2bd930547c * Slap *some* sense into our header inclusions.
* This significantly shrinks the dependency tracking data and the compiled objects size, which speeds up the whole build process (especially the incremental builds) accelerating the daily development as a result.
* No intended code changes, ~27% smaller build. Enjoy ;)

svn path=/trunk/; revision=58214
2013-01-24 23:00:42 +00:00

11 lines
288 B
Text

#include <windef.h>
#include <winuser.h>
#include "resource.h"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Event Log Viewer\0"
#define REACTOS_STR_INTERNAL_NAME "eventvwr\0"
#define REACTOS_STR_ORIGINAL_FILENAME "eventvwr.exe\0"
#include <reactos/version.rc>
#include "rsrc.rc"