source:
trunk/include/win32wnd.h@
1029
Last change on this file since 1029 was 1029, checked in by , 26 years ago | |
---|---|
File size: 360 bytes |
Rev | Line | |
---|---|---|
[1029] | 1 | /* $Id: win32wnd.h,v 1.1 1999-09-23 18:38:32 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 | ||
17 | #endif //__WIN32WND_H__ |
Note:
See TracBrowser
for help on using the repository browser.