home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / ctime < prev    next >
Text File  |  1998-06-16  |  378b  |  21 lines

  1.  
  2. #if     _MSC_VER > 1000
  3. #pragma once
  4. #endif
  5.  
  6. #ifndef _CTIME_
  7. #define _CTIME_
  8. #ifdef _STD_USING
  9.  #undef _STD_USING
  10.  #include <time.h>
  11.  #define _STD_USING
  12. #else
  13.  #include <time.h>
  14. #endif /* _STD_USING */
  15. #endif /* _CTIME_ */
  16.  
  17. /*
  18.  * Copyright (c) 1994 by P.J. Plauger.  ALL RIGHTS RESERVED. 
  19.  * Consult your license regarding permissions and restrictions.
  20.  */
  21.