Rev | Line | |
---|
[550] | 1 | /* $Id: nameid.h,v 1.3 1999-08-18 17:16:05 sandervl Exp $ */
|
---|
[4] | 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 | #ifndef ULONG
|
---|
| 20 | #define ULONG unsigned long
|
---|
| 21 | #endif
|
---|
| 22 |
|
---|
| 23 | ULONG GetOS2ModuleHandle(ULONG hmod);
|
---|
[550] | 24 | char *StripPath(char *path);
|
---|
[4] | 25 |
|
---|
| 26 | #ifdef __cplusplus
|
---|
| 27 | }
|
---|
| 28 | #endif
|
---|
| 29 |
|
---|
| 30 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.