Ignore:
Timestamp:
Feb 24, 2001, 2:31:37 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winuser32.h

    r4860 r5263  
    1 /* $Id: winuser32.h,v 1.8 2000-12-30 14:06:41 sandervl Exp $ */
     1/* $Id: winuser32.h,v 1.9 2001-02-24 13:31:37 sandervl Exp $ */
    22
    33/*
     
    3636BOOL WIN32API IsSystemBrush(HBRUSH hBrush);
    3737
     38//Turns native OS/2 window into window recognized by Odin (with only very
     39//limited functionality)
     40//Useful for creating an Odin window with an OS/2 window as parent.
     41HWND WIN32API CreateFakeWindowEx(HWND hwndOS2);
     42
    3843#endif //__WINUSER32_H__
Note: See TracChangeset for help on using the changeset viewer.