From 62b384e8b2e5747bd065da4fc8ea2a4decb21202 Mon Sep 17 00:00:00 2001 From: sje Date: Fri, 27 Apr 2007 04:43:12 +0000 Subject: update use of icolib git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@160 4f64403b-2f21-0410-a795-97e2b3489a10 --- iax/common.h | 2 +- iax/iax_8.vcproj | 4 ---- iax/icons.cpp | 4 ++-- iax/private.h | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) (limited to 'iax') diff --git a/iax/common.h b/iax/common.h index a20064c..827531a 100644 --- a/iax/common.h +++ b/iax/common.h @@ -28,7 +28,7 @@ #include -#include "IcoLib.h" +#include #define MODULE "IAX" diff --git a/iax/iax_8.vcproj b/iax/iax_8.vcproj index e7e39f0..275b7b4 100644 --- a/iax/iax_8.vcproj +++ b/iax/iax_8.vcproj @@ -241,10 +241,6 @@ RelativePath=".\iax_interface.h" > - - diff --git a/iax/icons.cpp b/iax/icons.cpp index dd7298e..118ab63 100644 --- a/iax/icons.cpp +++ b/iax/icons.cpp @@ -14,8 +14,8 @@ int ReloadIcons(WPARAM wParam, LPARAM lParam) { void InitIcons() { if(ServiceExists(MS_SKIN2_ADDICON)) { - SKINICONDESC2 sid = {0}; - sid.cbSize = sizeof(SKINICONDESC2); + SKINICONDESC sid = {0}; + sid.cbSize = sizeof(SKINICONDESC); sid.pszSection = MODULE; diff --git a/iax/private.h b/iax/private.h index 0215752..a21fd71 100644 --- a/iax/private.h +++ b/iax/private.h @@ -5,7 +5,7 @@ #define VER_MAJOR 0 #define VER_MINOR 1 #define VER_RELEASE 0 -#define VER_BUILD 1 +#define VER_BUILD 2 #define __STRINGIZE(x) #x #define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD ) -- cgit v1.2.3