Rev | Line | |
---|
[4576] | 1 | /* $Id: winres.h,v 1.13 2000-11-09 18:23:01 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);
|
---|
[4576] | 17 | PVOID WIN32API ConvertCursorToOS2(LPVOID lpWinResData);
|
---|
| 18 | VOID WIN32API FreeOS2Resource(LPVOID lpResource);
|
---|
[337] | 19 |
|
---|
| 20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.