Module: wine Branch: master Commit: 74018333d87beb47dd01004cc93f16cf47a89eaa URL: http://source.winehq.org/git/wine.git/?a=commit;h=74018333d87beb47dd01004cc9...
Author: Andrew Talbot Andrew.Talbot@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);