home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / storage.h < prev    next >
C/C++ Source or Header  |  2000-02-01  |  561b  |  22 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2. //+---------------------------------------------------------------------------
  3. //
  4. //  Microsoft Windows
  5. //  Copyright (C) Microsoft Corporation, 1992-1999.
  6. //
  7. //  File:       storage.h
  8. //
  9. //----------------------------------------------------------------------------
  10.  
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif
  14.  
  15. #ifndef RC_INVOKED
  16. #pragma message("WARNING: your code should #include objbase.h instead of storage.h")
  17. #endif /* !RC_INVOKED */
  18.  
  19. #include <objbase.h>
  20.  
  21. #pragma option pop /*P_O_Pop*/
  22.