diff options
Diffstat (limited to 'src/export.cpp')
| -rw-r--r-- | src/export.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/export.cpp b/src/export.cpp index 4e316c4..5eeab36 100644 --- a/src/export.cpp +++ b/src/export.cpp @@ -3,6 +3,8 @@ #include "config.h" #include <stdio.h> +export_result last_export_result = EXPORT_NONE; + #ifndef _WIN32 #include <errno.h> int fopen_s(FILE **f, const char *name, const char *mode) { |
