Author: winesync Date: Wed Apr 25 12:22:35 2007 New Revision: 26502
URL: http://svn.reactos.org/svn/reactos?rev=26502&view=rev Log: Autosyncing with Wine HEAD
Modified: trunk/reactos/dll/win32/uxtheme/msstyles.h
Modified: trunk/reactos/dll/win32/uxtheme/msstyles.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/uxtheme/msstyles.... ============================================================================== --- trunk/reactos/dll/win32/uxtheme/msstyles.h (original) +++ trunk/reactos/dll/win32/uxtheme/msstyles.h Wed Apr 25 12:22:35 2007 @@ -82,7 +82,7 @@ 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);