Ignore:
Timestamp:
Oct 24, 2003, 4:46:29 PM (22 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winuser.h

    r9973 r10294  
    33193319BOOL      WINAPI EnumThreadWindows(DWORD,WNDENUMPROC,LPARAM);
    33203320BOOL      WINAPI ExitWindowsEx(UINT,DWORD);
     3321HWND      WINAPI GetAncestor( HWND hwnd, UINT type );
    33213322BOOL      WINAPI GetGUIThreadInfo(DWORD dwThreadId, GUITHREADINFO *lpThreadInfo);
    33223323BOOL      WINAPI GetIconInfo(HICON,LPICONINFO);
     
    33333334#define     GetMonitorInfo WINELIB_NAME_AW(GetMonitorInfo)
    33343335DWORD       WINAPI GetWindowContextHelpId(HWND);
     3336
     3337UINT WIN32API GetWindowModuleFileNameA(HWND hwnd, LPTSTR lpszFileName, UINT cchFileNameMax);
     3338UINT WIN32API GetWindowModuleFileNameW(HWND hwnd, LPWSTR lpszFileName, UINT cchFileNameMax);
     3339#define     GetWindowModuleFileName WINELIB_NAME_AW(GetWindowModuleFileName)
     3340
    33353341DWORD       WINAPI GetWindowThreadProcessId(HWND,LPDWORD);
    33363342BOOL      WINAPI IsWindowUnicode(HWND);
Note: See TracChangeset for help on using the changeset viewer.