diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-06-15 20:10:32 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-06-15 20:10:32 +0000 |
commit | 0c754d37d4db8119398898b48229c9fa266e77f6 (patch) | |
tree | d99de3b9a578fe375fac4599c950785fde5120a6 /plugins/CountryFlags/icons.c | |
parent | 1d26b7a984bebb4952a2b960038cf894cbd81078 (diff) |
x64 compilation for Country flags.h
changed project settings for Updater to unicode
git-svn-id: http://svn.miranda-ng.org/main/trunk@439 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CountryFlags/icons.c')
-rw-r--r-- | plugins/CountryFlags/icons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CountryFlags/icons.c b/plugins/CountryFlags/icons.c index 4558fbd5ca..46bf2a9391 100644 --- a/plugins/CountryFlags/icons.c +++ b/plugins/CountryFlags/icons.c @@ -165,7 +165,7 @@ int FASTCALL CountryNumberToIndex(int countryNumber) /************************* Services *******************************/
-static int ServiceLoadFlagIcon(WPARAM wParam,LPARAM lParam)
+static INT_PTR ServiceLoadFlagIcon(WPARAM wParam,LPARAM lParam)
{
/* return handle */
if ((BOOL)lParam) {
@@ -176,7 +176,7 @@ static int ServiceLoadFlagIcon(WPARAM wParam,LPARAM lParam) return (int)LoadFlagIcon(wParam);
}
-static int ServiceCreateMergedFlagIcon(WPARAM wParam,LPARAM lParam)
+static INT_PTR ServiceCreateMergedFlagIcon(WPARAM wParam,LPARAM lParam)
{
HICON hUpperIcon,hLowerIcon;
ICONINFO icoi;
|