Rev | Line | |
---|
[3622] | 1 | /* $Id: winres.h,v 1.12 2000-05-28 16:40:24 sandervl Exp $ */
|
---|
[337] | 2 |
|
---|
| 3 | /*
|
---|
[3622] | 4 | * Win32 to OS/2 resource conversion
|
---|
[337] | 5 | *
|
---|
| 6 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
|
---|
| 7 | *
|
---|
| 8 | *
|
---|
| 9 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
| 10 | *
|
---|
| 11 | */
|
---|
| 12 | #ifndef __WINRES_H__
|
---|
| 13 | #define __WINRES_H__
|
---|
| 14 |
|
---|
[3622] | 15 | PVOID WIN32API ConvertResourceToOS2(HINSTANCE hInstance, LPSTR restype, HRSRC hResource);
|
---|
| 16 | ULONG WIN32API QueryConvertedResourceSize(HINSTANCE hInstance, LPSTR restype, HRSRC hResource);
|
---|
[337] | 17 |
|
---|
| 18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.