Sync with trunk r63270.
[reactos.git] / subsystems / ntvdm / resource.h
index e7572ad..f7a6f3c 100644 (file)
@@ -1,5 +1,14 @@
 #pragma once
 
-#define RC_STRING_MAX_SIZE 2048
-#define STRING_WelcomeMsg  100
-#define STRING_PromptMsg   101
+#define ID_SHOWHIDE_MOUSE   1000
+#define ID_VDM_QUIT         1001
+
+#define IDS_HIDE_MOUSE  100
+#define IDS_SHOW_MOUSE  101
+#define IDS_VDM_MENU    102
+
+#define IDS_VDM_QUIT    200
+
+#define IDI_APPICON 1
+
+/* EOF */