diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-02-04 12:04:51 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-02-04 12:04:51 +0000 |
commit | 6f86573d7b9e898b274b9d3ea44dbe423628958d (patch) | |
tree | 52fc6312ba8e6ff3c78b0974ac7dfd1d1d175f1e /updater/common.h | |
parent | 58e80d590afb95afa5e52dfa5cb8efc60f206cd5 (diff) |
GDI resource usage patch by borkra
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@113 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/common.h')
-rw-r--r-- | updater/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updater/common.h b/updater/common.h index b62bab7..3672961 100644 --- a/updater/common.h +++ b/updater/common.h @@ -37,12 +37,12 @@ #include <m_netlib.h>
#include <m_utils.h>
#include <m_clist.h>
+#include <m_icoLib.h>
//#include "../mwclist/m_clist.h"
//#include <m_genmenu.h>
#include <m_updater.h>
#include <m_trigger.h>
-#include "IcoLib.h"
#include <m_folders.h>
@@ -183,3 +183,4 @@ static int __inline NLog(char *msg) { #endif
+
|