|
From: Earnie B. <ea...@us...> - 2001-08-21 13:38:46
|
Update of /cvsroot/mingw/w32api/include
In directory usw-pr-cvs1:/tmp/cvs-serv1267/include
Modified Files:
shlobj.h
Log Message:
* include/shlobj.h: Remove \r from the line endings.
Index: shlobj.h
===================================================================
RCS file: /cvsroot/mingw/w32api/include/shlobj.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** shlobj.h 2001/08/20 22:31:43 1.5
--- shlobj.h 2001/08/21 13:38:42 1.6
***************
*** 1,752 ****
! #ifndef _SHLOBJ_H
! #define _SHLOBJ_H
!
! #ifdef __cplusplus
! extern "C" {
! #endif
!
! #include <ole2.h>
! #include <shlguid.h>
! #include <shellapi.h>
[...1475 lines suppressed...]
! /* FIXME/TODO: Only valid for _WIN32_IE >= 400? */
! #define SHGetSpecialFolderPath SHGetSpecialFolderPathW
! #else
! typedef IShellExecuteHookA IShellExecuteHook;
! typedef IShellLinkA IShellLink;
! typedef BROWSEINFOA BROWSEINFO,*PBROWSEINFO,*LPBROWSEINFO;
! #define SHBrowseForFolder SHBrowseForFolderA
! #define SHGetDataFromIDList SHGetDataFromIDListA
! #define SHGetPathFromIDList SHGetPathFromIDListA
! /* FIXME/TODO: Only valid for _WIN32_IE >= 400? */
! #define SHGetSpecialFolderPath SHGetSpecialFolderPathA
! #endif
!
! #pragma pack(pop)
! #ifdef __cplusplus
! }
! #endif
!
!
! #endif /* _SHLOBJ_H */
|