source: trunk/src/user32/RESSTRING.H@ 91

Last change on this file since 91 was 46, checked in by sandervl, 26 years ago

* empty log message *

File size: 467 bytes
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
19int OS2LoadStringAscii(HINSTANCE hinst, UINT wID, LPSTR lpBuffer, int cchBuffer);
20int 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.