home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 6 File
/
06-File.zip
/
ramfs102.zip
/
src
/
patch
/
ldrtypes.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-10-20
|
257 b
|
13 lines
/* $Id: ldrtypes.h,v 1.1.2.1 2002/10/21 00:11:40 root Exp $ */
/* OS/2 loader types */
#ifndef LDRTYPES_INCLUDED
#define LDRTYPES_INCLUDED
typedef unsigned long ulong_t;
typedef unsigned short ushort_t;
typedef unsigned char uchar_t;
#endif