diff options
Diffstat (limited to 'updater/common.h')
-rw-r--r-- | updater/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/updater/common.h b/updater/common.h index 890fa47..8450b21 100644 --- a/updater/common.h +++ b/updater/common.h @@ -12,7 +12,7 @@ #include <commctrl.h>
#include <process.h>
-#include <stdio.h>
+#include <io.h>
#include "ezxml.h"
@@ -37,7 +37,6 @@ //#define TESTING // causes version to be 0.0.0.1
//#define USE_MY_SERVER // uses URLS for scottellis.com.au test site for non-beta
-//#define PLUGDIR // expect the zip archive to contain plugins/updater.dll rather than just updater.dll
#define REGISTER_BETA // register beta urls for beta site
//#define DEBUG_POPUPS // define to show some popups (restoring status, etc)
//#define _UD_LOGGING // define to log some stuff, from inside the external process, overwriting the data file
|