Commit 74018333 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

uxtheme: Fix conflicting declarations.

parent 099bb87f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment