diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-08-17 08:47:37 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-08-17 08:47:37 +0000 |
commit | 5ca7a646d5c4bf58816d6cbce806d150a11e346f (patch) | |
tree | 1a28fa6bd79690934da12f4daf926c733f793990 /winsup/w32api/include/objidl.h | |
parent | 4f0b39d4210bdc692c18486152b7b3a476327aa8 (diff) | |
download | cygnal-5ca7a646d5c4bf58816d6cbce806d150a11e346f.tar.gz cygnal-5ca7a646d5c4bf58816d6cbce806d150a11e346f.tar.bz2 cygnal-5ca7a646d5c4bf58816d6cbce806d150a11e346f.zip |
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.
Diffstat (limited to 'winsup/w32api/include/objidl.h')
-rw-r--r-- | winsup/w32api/include/objidl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/objidl.h b/winsup/w32api/include/objidl.h index 6cbd03874..326915cb1 100644 --- a/winsup/w32api/include/objidl.h +++ b/winsup/w32api/include/objidl.h @@ -159,7 +159,7 @@ typedef struct tagSTGMEDIUM { PVOID hMetaFilePict; HENHMETAFILE hEnhMetaFile; HGLOBAL hGlobal; - LPCSTR lpszFileName; + LPWSTR lpszFileName; LPSTREAM pstm; LPSTORAGE pstg; } DUMMYUNIONNAME; |