home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples1.exe / smc / smcPCH.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  282 b   |  20 lines

  1. #ifndef __PREPROCESS__
  2.  
  3. #include <windows.h>
  4.  
  5. #include <cor.h>
  6.  
  7. #include <assert.h>
  8. #include <stddef.h>
  9. #include <stdlib.h>
  10. #include <limits.h>
  11. #include <string.h>
  12. #include <excpt.h>
  13. #include <stdio.h>
  14. #include <fcntl.h>
  15. #include <io.h>
  16.  
  17. #include "smc.h"
  18.  
  19. #endif
  20.