Last change
on this file since 780 was 775, checked in by phaller, 26 years ago |
Fix: cleanup in ULONG definition
|
File size:
484 bytes
|
Rev | Line | |
---|
[775] | 1 | /* $Id: nameid.h,v 1.5 1999-09-01 15:00:33 phaller 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 |
|
---|
[775] | 19 | //#ifndef ULONG
|
---|
| 20 | //#define ULONG unsigned long
|
---|
| 21 | //#endif
|
---|
| 22 | //PH: raises problems with WINE headers
|
---|
| 23 | typedef unsigned long ULONG;
|
---|
[4] | 24 |
|
---|
| 25 | #ifdef __cplusplus
|
---|
| 26 | }
|
---|
| 27 | #endif
|
---|
| 28 |
|
---|
| 29 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.