Cleanup file loading

This commit is contained in:
2023-11-17 14:42:03 +01:00
parent c858f8a914
commit cba2475993
4 changed files with 20 additions and 8 deletions
+1
View File
@@ -2,6 +2,7 @@
// define return values, a value less than zero indicates an error
#define RETURN_OK 0
#define RETURN_EXISTS -70
#define RETURN_FATAL_ERROR -1
#define RETURN_NO_MEMORY -2