Line | |
---|
1 | /*
|
---|
2 | *
|
---|
3 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
4 | *
|
---|
5 | */
|
---|
6 | /*
|
---|
7 | * Win32 resource string functions for OS/2
|
---|
8 | *
|
---|
9 | * Copyright 1998 Sander van Leeuwen
|
---|
10 | *
|
---|
11 | */
|
---|
12 | #ifndef __STRING_H__
|
---|
13 | #define __STRING_H__
|
---|
14 |
|
---|
15 | #ifdef __cplusplus
|
---|
16 | extern "C" {
|
---|
17 | #endif
|
---|
18 |
|
---|
19 | int OS2LoadStringAscii(HINSTANCE hinst, UINT wID, LPSTR lpBuffer, int cchBuffer);
|
---|
20 | int OS2LoadStringUnicode(HINSTANCE hinst, UINT wID, LPWSTR lpBuffer, int cchBuffer);
|
---|
21 |
|
---|
22 | #ifdef __cplusplus
|
---|
23 | }
|
---|
24 | #endif
|
---|
25 |
|
---|
26 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.