Changeset 7822 for trunk/include/win/shlwapi.h
- Timestamp:
- Feb 7, 2002, 12:54:01 AM (24 years ago)
- File:
-
- 1 edited
-
trunk/include/win/shlwapi.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/shlwapi.h
r7818 r7822 4 4 #ifndef __WINE_SHLWAPI_H 5 5 #define __WINE_SHLWAPI_H 6 7 #include <stdarg.h> 8 #include <wingdi.h> 9 #include <winuser.h> 10 #include <shell.h> 6 11 7 12 #ifdef __cplusplus … … 651 656 652 657 /* Undocumented */ 653 #if !defined(__WINE_WINE_OBJ_SHELLFOLDER_H) && !defined(__WINE_SHELL_H)654 //very ugly655 typedef struct _STRRET;656 typedef struct _ITEMIDLIST;657 658 #define LPSTRRET struct _STRRET *659 #define ITEMIDLIST struct _ITEMIDLIST660 #endif661 658 HRESULT WINAPI StrRetToBufA (LPSTRRET src, const ITEMIDLIST *pidl, LPSTR dest, DWORD len); 662 659 HRESULT WINAPI StrRetToBufW (LPSTRRET src, const ITEMIDLIST *pidl, LPWSTR dest, DWORD len); … … 681 678 682 679 /* Stream functions */ 683 #if ndef NO_SHLWAPI_STREAM680 #ifdef SHLWAPI_STREAM 684 681 685 682 IStream * WINAPI SHOpenRegStreamA(HKEY,LPCSTR,LPCSTR,DWORD); … … 691 688 #define SHOpenRegStream2 WINELIB_NAME_AW(SHOpenRegStream2) 692 689 693 #endif /* NO_SHLWAPI_STREAM */690 #endif /* SHLWAPI_STREAM */ 694 691 695 692 … … 707 704 #define DLLVER_PLATFORM_WINDOWS 0x01 /* Win9x */ 708 705 #define DLLVER_PLATFORM_NT 0x02 /* WinNT */ 706 707 typedef HRESULT (* CALLBACK DLLGETVERSIONPROC)(DLLVERSIONINFO *); 708 709 709 #endif 710 711 typedef HRESULT (* CALLBACK DLLGETVERSIONPROC)(DLLVERSIONINFO *);712 710 713 711 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.
