mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
16 lines
400 B
Plaintext
16 lines
400 B
Plaintext
#include <windef.h>
|
|
#include <winuser.h>
|
|
#include <commctrl.h>
|
|
|
|
#include "resource.h"
|
|
|
|
IDI_TASKMANAGER ICON "res/taskmgr.ico"
|
|
IDI_WINDOW ICON "res/window.ico"
|
|
IDI_WINDOWSM ICON "res/windowsm.ico"
|
|
IDB_TRAYMASK BITMAP "res/traymask.bmp"
|
|
IDB_TRAYICON BITMAP "res/trayicon.bmp"
|
|
|
|
#include <reactos/manifest_exe.rc>
|
|
|
|
#include "rsrc.rc"
|