home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 6 File
/
06-File.zip
/
ramfs102.zip
/
src
/
patch
/
std32.h
< prev
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
|
214 b
|
10 lines
/* $Id: std32.h,v 1.1.2.1 2002/10/21 00:11:41 root Exp $ */
#ifndef STD32_INCLUDED
#define STD32_INCLUDED
extern unsigned long TKSSBase;
#define SSToDS(p) ((void *)(TKSSBase+(unsigned long)(p)))
#endif