diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-06-23 05:49:14 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-06-23 05:49:14 +0000 |
commit | 8be72996c3d3ea0c1d2c42327b958d39e2c7bdba (patch) | |
tree | 027d07eaad9d6e2510c861b1c95e4f644d46fa96 /worldtime/plugwin.h | |
parent | 758f2c5c1f81cd566e65df9b851874525b5091fc (diff) |
patch for changes to m_skin_eng.h (thanks Uwe)
some fixes to include paths
vc 8 & 9 project files
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@465 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'worldtime/plugwin.h')
-rw-r--r-- | worldtime/plugwin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/worldtime/plugwin.h b/worldtime/plugwin.h index 822fa51..1229909 100644 --- a/worldtime/plugwin.h +++ b/worldtime/plugwin.h @@ -24,7 +24,8 @@ //#include "../mwclist/m_clc.h"
#include <m_clc.h>
#include <m_fontservice.h>
-#include <m_skin_eng.h>
+//#include <m_skin_eng.h>
+#include "m_skin_eng.h"
#include <m_icolib.h>
|