diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-22 01:51:38 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-22 01:51:38 +0000 |
commit | a7d62ddc856e55582e5cd86070abde7d045455c3 (patch) | |
tree | 72c0eacaf22664d855d36b95387c9173a08ca67a /updater/common.h | |
parent | a5d9664607e39299a84240b2342c3e5594eb1c48 (diff) |
Added ability to update in directories protected by UAC
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@577 4f64403b-2f21-0410-a795-97e2b3489a10
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
|