Changeset 9973 for trunk/include/win/shellapi.h
- Timestamp:
- Apr 2, 2003, 2:57:39 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/shellapi.h
r8639 r9973 284 284 HINSTANCE WINAPI FindExecutableA(LPCSTR,LPCSTR,LPSTR); 285 285 HINSTANCE WINAPI FindExecutableW(LPCWSTR,LPCWSTR,LPWSTR); 286 #define FindExecutable WINELIB_NAME_AW(FindExecutable) 286 287 287 288 BOOL WINAPI ShellAboutA(HWND,LPCSTR,LPCSTR,HICON); 288 289 BOOL WINAPI ShellAboutW(HWND,LPCWSTR,LPCWSTR,HICON); 290 #define ShellAbout WINELIB_NAME_AW(ShellAbout) 289 291 290 292 #pragma pack(4)
Note:
See TracChangeset
for help on using the changeset viewer.