Andrew Talbot : uxtheme: Fix conflicting declarations.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Apr 18 06:58:46 CDT 2007


Module: wine
Branch: master
Commit: 74018333d87beb47dd01004cc93f16cf47a89eaa
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=74018333d87beb47dd01004cc93f16cf47a89eaa

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Wed Apr 18 07:30:13 2007 +0100

uxtheme: Fix conflicting declarations.

---

 dlls/uxtheme/msstyles.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/uxtheme/msstyles.h b/dlls/uxtheme/msstyles.h
index 0eef06c..1d02725 100644
--- a/dlls/uxtheme/msstyles.h
+++ b/dlls/uxtheme/msstyles.h
@@ -82,7 +82,7 @@ typedef struct _THEME_FILE {
     PTHEME_IMAGE images;
 } THEME_FILE, *PTHEME_FILE;
 
-typedef void* PUXINI_FILE;
+typedef struct _UXINI_FILE *PUXINI_FILE;
 
 HRESULT MSSTYLES_OpenThemeFile(LPCWSTR lpThemeFile, LPCWSTR pszColorName, LPCWSTR pszSizeName, PTHEME_FILE *tf);
 void MSSTYLES_CloseThemeFile(PTHEME_FILE tf);




More information about the wine-cvs mailing list