Line | |
---|
1 | /* $Id: nameid.h,v 1.1 1999-05-24 20:19:06 ktk Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | *
|
---|
5 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
6 | *
|
---|
7 | */
|
---|
8 | #ifndef __NAMEID_H__
|
---|
9 | #define __NAMEID_H__
|
---|
10 |
|
---|
11 | #ifdef __cplusplus
|
---|
12 | extern "C" {
|
---|
13 | #endif
|
---|
14 |
|
---|
15 | #define RESID_CONVERTEDNAMES 63*1024
|
---|
16 |
|
---|
17 | int SYSTEM ConvertNameId(ULONG hModule, char *);
|
---|
18 |
|
---|
19 | void SYSTEM UpCase(char *mixedcase);
|
---|
20 |
|
---|
21 | #ifndef ULONG
|
---|
22 | #define ULONG unsigned long
|
---|
23 | #endif
|
---|
24 |
|
---|
25 | ULONG GetOS2ModuleHandle(ULONG hmod);
|
---|
26 |
|
---|
27 | #ifdef __cplusplus
|
---|
28 | }
|
---|
29 | #endif
|
---|
30 |
|
---|
31 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.