home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 November / VPR0311.ISO / OLS / TAR32223 / tar32223.lzh / tar32_2 / src / stdafx.h < prev    next >
C/C++ Source or Header  |  2003-01-17  |  258b  |  15 lines

  1. /*    pre compiled header */
  2. #ifndef __TAR32_STDAFX_H
  3. #define __TAR32_STDAFX_H
  4.  
  5. #include <time.h>
  6. #include <windows.h>
  7. #include <sys/types.h>    // stat
  8. #include <sys/stat.h>    // S_IWRITE
  9. #include <wtypes.h>
  10.  
  11. #include <string>
  12. #include <list>
  13.  
  14. #endif
  15.