Ignore:
Timestamp:
Aug 29, 2000, 11:20:50 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/undocshell.h

    r4054 r4113  
    1 /* $Id: undocshell.h,v 1.5 2000-08-20 09:46:16 sandervl Exp $ */
     1/* $Id: undocshell.h,v 1.6 2000-08-29 21:20:50 sandervl Exp $ */
    22#ifndef __WINE_UNDOCSHELL_H
    33#define __WINE_UNDOCSHELL_H
     
    970970BOOL WINAPI SHInitRestricted(LPSTR, LPSTR);
    971971
     972
     973#ifdef __WIN32OS2__
     974HRESULT WINAPI SHGetFolderPathA(
     975        HWND hwndOwner,
     976        int nFolder,
     977        HANDLE hToken,
     978        DWORD dwFlags,
     979        LPSTR pszPath);
     980#endif
     981
     982
    972983#ifdef __cplusplus
    973984} /* extern "C" */
Note: See TracChangeset for help on using the changeset viewer.