Ignore:
Timestamp:
Dec 31, 2001, 1:06:43 PM (24 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r7698 r7716  
    118118BOOL    WIN32API EnumChildWindows(HWND hwnd, WNDENUMPROC lpfn, LPARAM lParam);
    119119BOOL    WIN32API UpdateWindow (HWND hwnd);
     120BOOL    WIN32API GetViewportOrgEx(HDC hdc, LPPOINT pPoint);
     121BOOL    WIN32API SetViewportOrgEx(HDC hdc, int xOrg, int yOrg, LPPOINT pPoint);
    120122
    121123LPCSTR  WIN32API GetCommandLineA(VOID);
Note: See TracChangeset for help on using the changeset viewer.