mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00

* 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
11 lines
288 B
Text
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"
|