Rev | Line | |
---|
[2627] | 1 | /* $Id: win32wnd.h,v 1.2 2000-02-03 23:02:41 sandervl Exp $ */
|
---|
[1029] | 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);
|
---|
[2627] | 16 | HWND OS2ToWin32Handle(HWND hwnd);
|
---|
[1029] | 17 |
|
---|
| 18 | #endif //__WIN32WND_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.