home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / RTLWIN32.PAK / STORAGE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  513 b   |  20 lines

  1. #pragma option -b
  2. //+---------------------------------------------------------------------------
  3. //
  4. //  Microsoft Windows
  5. //  Copyright (C) Microsoft Corporation, 1992-1996.
  6. //
  7. //  File:       storage.h
  8. //
  9. //----------------------------------------------------------------------------
  10.  
  11. #ifndef RC_INVOKED
  12. #pragma message("WARNING: your code should #include objbase.h instead of storage.h")
  13. #endif /* !RC_INVOKED */
  14.  
  15. #pragma option -b.
  16. #include <objbase.h>
  17. #pragma option -b
  18.  
  19. #pragma option -b.
  20.