home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / ramfs102.zip / src / patch / std32.h < prev   
Encoding:
C/C++ Source or Header  |  2002-10-20  |  214 b   |  10 lines

  1. /* $Id: std32.h,v 1.1.2.1 2002/10/21 00:11:41 root Exp $ */
  2.  
  3. #ifndef STD32_INCLUDED
  4. #define STD32_INCLUDED
  5.  
  6. extern unsigned long TKSSBase;
  7. #define SSToDS(p) ((void *)(TKSSBase+(unsigned long)(p)))
  8.  
  9. #endif
  10.