[USETUP] Localize the rest of the hardcoded error message strings
[reactos.git] / base / setup / lib / errorcode.h
index a7fd84e..48f9acb 100644 (file)
@@ -16,6 +16,9 @@ typedef enum _ERROR_NUMBER
 {
     NOT_AN_ERROR = 0,   // ERROR_SUCCESS,
     ERROR_NOT_INSTALLED,
+    ERROR_NO_BUILD_PATH,
+    ERROR_SOURCE_PATH,
+    ERROR_SOURCE_DIR,
     ERROR_NO_HDD,
     ERROR_NO_SOURCE_DRIVE,
     ERROR_LOAD_TXTSETUPSIF,