Rev | Line | |
---|
[10595] | 1 | /* $Id: initterm.h,v 1.6 2004-05-03 12:09:00 sandervl Exp $ */
|
---|
[2469] | 2 |
|
---|
| 3 | /*
|
---|
| 4 | * Win32 icon conversion functions for OS/2
|
---|
| 5 | *
|
---|
| 6 | * Copyright 1998 Sander van Leeuwen
|
---|
| 7 | *
|
---|
| 8 | *
|
---|
| 9 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
| 10 | *
|
---|
| 11 | */
|
---|
| 12 | #ifndef __INITTERM_H__
|
---|
| 13 | #define __INITTERM_H__
|
---|
| 14 |
|
---|
[21916] | 15 | #ifdef __cplusplus
|
---|
| 16 | extern "C" {
|
---|
| 17 | #endif
|
---|
| 18 |
|
---|
[2469] | 19 | extern DWORD hInstanceUser32;
|
---|
[6339] | 20 | extern BOOL fVersionWarp3;
|
---|
[2469] | 21 |
|
---|
[5482] | 22 | //winicon.cpp
|
---|
[10595] | 23 | void RestoreCursor(void);
|
---|
| 24 | BOOL WIN32API InitClipboardFormats(void);
|
---|
[5482] | 25 |
|
---|
[21916] | 26 | #ifdef __cplusplus
|
---|
| 27 | } // extern "C"
|
---|
| 28 | #endif
|
---|
| 29 |
|
---|
[2469] | 30 | #endif //__INITTERM_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.