2003-08-17 Martin Fuchs <Martin-Fuchs@gmx.net>

* include/commctrl.h (TreeView_GetScrollTime,
	TreeView_SetScrollTime): Define macros.
	* include/winuser.h (GetShellWindow): Add prototype.
	* include/objidl.h (STGMEDIUM): Correct lpszFileName type.
This commit is contained in:
Danny Smith
2003-08-17 08:47:37 +00:00
parent 4f0b39d421
commit 5ca7a646d5
3 changed files with 6 additions and 1 deletions

View File

@ -159,7 +159,7 @@ typedef struct tagSTGMEDIUM {
PVOID hMetaFilePict;
HENHMETAFILE hEnhMetaFile;
HGLOBAL hGlobal;
LPCSTR lpszFileName;
LPWSTR lpszFileName;
LPSTREAM pstm;
LPSTORAGE pstg;
} DUMMYUNIONNAME;