2019-11-04 19:09:52 +03:00
|
|
|
// This ID is coupled with code in window/src/os/windows/window.rs
|
2019-03-25 05:06:03 +03:00
|
|
|
#define IDI_ICON 0x101
|
|
|
|
IDI_ICON ICON "terminal.ico"
|
|
|
|
#define RT_MANIFEST 24
|
|
|
|
#define APP_MANIFEST 1
|
|
|
|
APP_MANIFEST RT_MANIFEST manifest.manifest
|