reactos/reactos/dll/win32/wmi/wmi.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

6 lines
219 B
Plaintext

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "WMI DC and DP functionality\0"
#define REACTOS_STR_INTERNAL_NAME "wmi\0"
#define REACTOS_STR_ORIGINAL_FILENAME "wmi.dll\0"
#include <reactos/version.rc>