| Line |  | 
|---|
| 1 | /* | 
|---|
| 2 | * Win32 to OS/2 resource conversion | 
|---|
| 3 | * | 
|---|
| 4 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) | 
|---|
| 5 | * | 
|---|
| 6 | * | 
|---|
| 7 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 8 | * | 
|---|
| 9 | */ | 
|---|
| 10 | #ifndef __WINRES_H__ | 
|---|
| 11 | #define __WINRES_H__ | 
|---|
| 12 |  | 
|---|
| 13 | #ifdef __cplusplus | 
|---|
| 14 | extern "C" { | 
|---|
| 15 | #endif | 
|---|
| 16 |  | 
|---|
| 17 | PVOID WIN32API ConvertResourceToOS2(HINSTANCE hInstance, LPSTR restype, HRSRC hResource); | 
|---|
| 18 | ULONG WIN32API QueryConvertedResourceSize(HINSTANCE hInstance, LPSTR restype, HRSRC hResource); | 
|---|
| 19 | PVOID WIN32API ConvertCursorToOS2(LPVOID lpWinResData); | 
|---|
| 20 | VOID  WIN32API FreeOS2Resource(LPVOID lpResource); | 
|---|
| 21 |  | 
|---|
| 22 | void *WIN32API ConvertIconGroup(void *hdr, HINSTANCE hInstance, DWORD *ressize); | 
|---|
| 23 | void *WIN32API ConvertIconGroupIndirect(void *lpIconData, DWORD iconsize, DWORD *ressize); | 
|---|
| 24 |  | 
|---|
| 25 | #ifdef __cplusplus | 
|---|
| 26 | } // extern "C" | 
|---|
| 27 | #endif | 
|---|
| 28 |  | 
|---|
| 29 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.