home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quake 'em
/
QUAKEEM.BIN
/
doom_i
/
program
/
reject10.exe
/
SOURCE.ZIP
/
PORTAB.HPP
< 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
|
1994-05-25
|
314 b
|
13 lines
#ifndef __PORTAB_HPP__
#define __PORTAB_HPP__
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long DWORD;
typedef char SBYTE;
typedef short SWORD;
typedef long SDWORD;
#endif