mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
11 lines
179 B
C
11 lines
179 B
C
#pragma once
|
|
|
|
/* Icons */
|
|
#define IDI_MAIN 100
|
|
|
|
/* Menus */
|
|
#define IDR_POPUP 12000
|
|
|
|
/* Menu items */
|
|
#define ID_EXIT 10001
|
|
#define ID_PREFERENCES 10002
|