* Sync with recent trunk (r52637).
[reactos.git] / base / setup / reactos / resource.h
index f8259b7..82e9d7c 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef RESOURCE_H
-#define RESOURCE_H
+#pragma once
 
 #define IDB_WATERMARK          100
 #define IDB_HEADER             101
 #define IDC_PARTCREATE         2022
 #define IDC_PARTDELETE         2023
 #define IDC_INSTFREELDR        2024
-#define IDC_NOINSTFREELDR      2025
-#define IDC_PATH               2026
-#define IDD_PROCESSPAGE        2027
-#define IDS_PROCESSTITLE       2028
-#define IDS_PROCESSSUBTITLE    2029
-#define IDC_ACTIVITY           2030
-#define IDC_ITEM               2031
-#define IDC_PROCESSPROGRESS    2032
-#define IDD_RESTARTPAGE        2033
-#define IDS_RESTARTTITLE       2034
-#define IDS_RESTARTSUBTITLE    2035
-#define IDC_FINISHTITLE        2036
-#define IDC_RESTART_PROGRESS   2037
-#define IDS_ABORTSETUP         2038
-#define IDS_ABORTSETUP2        2039
-#define IDC_ACTION             2040
-#define IDC_PARTMOREOPTS       2041
-#define IDD_BOOTOPTIONS        2042
-#define IDD_PARTITION          2043
-#define IDC_UPDOWN1            2044
-#define IDC_PARTSIZE           2045
-#define IDC_UNIT               2046
-#define IDC_FSTYPE             2047
-#define IDD_SUMMARYPAGE        2048
-#define IDS_SUMMARYTITLE       2049
-#define IDS_SUMMARYSUBTITLE    2050
-#define IDC_DEVICEDRIVER       2051
+#define IDC_INSTVBRONLY        2025
+#define IDC_NOINSTFREELDR      2026
+#define IDC_PATH               2027
+#define IDD_PROCESSPAGE        2028
+#define IDS_PROCESSTITLE       2029
+#define IDS_PROCESSSUBTITLE    2030
+#define IDC_ACTIVITY           2031
+#define IDC_ITEM               2032
+#define IDC_PROCESSPROGRESS    2033
+#define IDD_RESTARTPAGE        2034
+#define IDS_RESTARTTITLE       2035
+#define IDS_RESTARTSUBTITLE    2036
+#define IDC_FINISHTITLE        2037
+#define IDC_RESTART_PROGRESS   2038
+#define IDS_ABORTSETUP         2039
+#define IDS_ABORTSETUP2        2040
+#define IDC_ACTION             2041
+#define IDC_PARTMOREOPTS       2042
+#define IDD_BOOTOPTIONS        2043
+#define IDD_PARTITION          2044
+#define IDC_UPDOWN1            2045
+#define IDC_PARTSIZE           2046
+#define IDC_UNIT               2047
+#define IDC_FSTYPE             2048
+#define IDD_SUMMARYPAGE        2049
+#define IDS_SUMMARYTITLE       2050
+#define IDS_SUMMARYSUBTITLE    2051
+#define IDC_DEVICEDRIVER       2052
 
 #define IDI_MAIN               3000
-
-#endif