mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 16:30:26 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=26502
This commit is contained in:
parent
dee6701b2c
commit
1ef7375549
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue