home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / Rw / instmngr.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  2.0 KB  |  51 lines

  1. #ifndef __INSTMNGR_H
  2. #define __INSTMNGR_H
  3. #pragma option push -b -a8 -pc -Vx- -Ve- -w-inl -w-aus -w-sig
  4. #ifndef _RWSTD_INSTANCE_MNGR
  5. #define _RWSTD_INSTANCE_MNGR
  6. /***************************************************************************
  7.  *
  8.  * instmngr.h - Header for the Standard Library DLL Instance Manager
  9.  *              For WIN16 on Borland 5.0
  10.  *
  11.  * $Id: instmngr.h,v 1.3 1996/08/28 01:29:59 smithey Exp $
  12.  *
  13.  ***************************************************************************
  14.  *
  15.  * Copyright (c) 1994-1999 Rogue Wave Software, Inc.  All Rights Reserved.
  16.  *
  17.  * This computer software is owned by Rogue Wave Software, Inc. and is
  18.  * protected by U.S. copyright laws and other laws and by international
  19.  * treaties.  This computer software is furnished by Rogue Wave Software,
  20.  * Inc. pursuant to a written license agreement and may be used, copied,
  21.  * transmitted, and stored only in accordance with the terms of such
  22.  * license and with the inclusion of the above copyright notice.  This
  23.  * computer software or any other copies thereof may not be provided or
  24.  * otherwise made available to any other person.
  25.  *
  26.  * U.S. Government Restricted Rights.  This computer software is provided
  27.  * with Restricted Rights.  Use, duplication, or disclosure by the
  28.  * Government is subject to restrictions as set forth in subparagraph (c)
  29.  * (1) (ii) of The Rights in Technical Data and Computer Software clause
  30.  * at DFARS 252.227-7013 or subparagraphs (c) (1) and (2) of the
  31.  * Commercial Computer Software รป Restricted Rights at 48 CFR 52.227-19,
  32.  * as applicable.  Manufacturer is Rogue Wave Software, Inc., 5500
  33.  * Flatiron Parkway, Boulder, Colorado 80301 USA.
  34.  *
  35.  **************************************************************************/
  36.  
  37. #include <stdcomp.h>
  38. #include <rw/stddefs.h> 
  39.  
  40. #ifndef _RWSTD_NO_NEW_HEADER
  41. #include <cstddef>
  42. #else
  43. #include <stddef.h>
  44. #endif
  45.  
  46. unsigned long _RWSTDExport getDLLRandom(unsigned long limit);
  47. #endif 
  48.  
  49. #pragma option pop
  50. #endif /* __INSTMNGR_H */
  51.