reactos/reactos/base/applications/taskmgr/taskmgr.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

14 lines
419 B
Plaintext

#include <windef.h>
#include <winuser.h>
#include <commctrl.h>
#include "resource.h"
IDI_TASKMANAGER ICON DISCARDABLE "res/taskmgr.ico"
IDI_WINDOW ICON DISCARDABLE "res/window.ico"
IDI_WINDOWSM ICON DISCARDABLE "res/windowsm.ico"
IDB_TRAYMASK BITMAP DISCARDABLE "res/traymask.bmp"
IDB_TRAYICON BITMAP DISCARDABLE "res/trayicon.bmp"
#include "rsrc.rc"