source:
trunk/include/win32wnd.h@
3101
      
      | Last change on this file since 3101 was 2627, checked in by , 26 years ago | |
|---|---|
| File size: 394 bytes | |
| Line | |
|---|---|
| 1 | /* $Id: win32wnd.h,v 1.2 2000-02-03 23:02:41 sandervl Exp $ */ | 
| 2 | |
| 3 | /* | 
| 4 | * Win32 window utility procedures (in USER32) | 
| 5 | * | 
| 6 | * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl) | 
| 7 | * | 
| 8 | * | 
| 9 | * Project Odin Software License can be found in LICENSE.TXT | 
| 10 | * | 
| 11 | */ | 
| 12 | #ifndef __WIN32WND_H__ | 
| 13 | #define __WIN32WND_H__ | 
| 14 | |
| 15 | HWND Win32ToOS2Handle(HWND hwndWin32); | 
| 16 | HWND OS2ToWin32Handle(HWND hwnd); | 
| 17 | |
| 18 | #endif //__WIN32WND_H__ | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
