Fix umpnpmgr build
[reactos.git] / rosapps / packmgr / lib / error.h
index ec63a7a..c5c6ca8 100644 (file)
@@ -1,20 +1,20 @@
-// error.h\r
-\r
-#define ERR_OK         0x000\r
-#define ERR_GENERIC    0x001\r
-#define ERR_DOWNL         0x002\r
-#define ERR_NOTODO        0x003 // without text yet\r
-#define ERR_PACK          0x004\r
-\r
-#define ERR_DEP1          0x005\r
-#define ERR_DEP2          0x006\r
-#define ERR_READY         0x007\r
-\r
-// Script\r
-#define ERR_SYNATX     0x011\r
-#define ERR_CALL       0x012\r
-#define ERR_PARAMETER  0x013\r
-#define ERR_FILE          0x014\r
-\r
-#define IDS_LOAD          0x254\r
-#define NOTFOUND          -1\r
+// error.h
+
+#define ERR_OK         0x000
+#define ERR_GENERIC    0x001
+#define ERR_DOWNL         0x002
+#define ERR_NOTODO        0x003 // without text yet
+#define ERR_PACK          0x004
+
+#define ERR_DEP1          0x005
+#define ERR_DEP2          0x006
+#define ERR_READY         0x007
+
+// Script
+#define ERR_SYNATX     0x011
+#define ERR_CALL       0x012
+#define ERR_PARAMETER  0x013
+#define ERR_FILE          0x014
+
+#define IDS_LOAD          0x254
+#define NOTFOUND          -1