home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / classsrc.pak / REGHEAP.CPP < prev    next >
C/C++ Source or Header  |  1997-07-23  |  416b  |  11 lines

  1. //----------------------------------------------------------------------------
  2. // (C) Copyright 1994 by Borland International, All Rights Reserved
  3. //
  4. //----------------------------------------------------------------------------
  5. #if !defined(_Windows)
  6. # define _Windows      // pretend we are in windows to get the headers we need
  7. #endif
  8. #include <osl/locale.h>
  9.  
  10. TRegFormatHeap TRegItem::Heap = {0, 0, 0};
  11.