home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / wincom / download / mltwcx.1.0.0.8-src.cab / mltwcx-src / StdAfx.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-12-16  |  1.0 KB  |  39 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #if !defined(AFX_STDAFX_H__B00F3BF3_C214_11D3_A9FA_000000000000__INCLUDED_)
  7. #define AFX_STDAFX_H__B00F3BF3_C214_11D3_A9FA_000000000000__INCLUDED_
  8.  
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12.  
  13.  
  14. // Insert your headers here
  15. #define WIN32_LEAN_AND_MEAN        // Exclude rarely-used stuff from Windows headers
  16.  
  17. #include <windows.h>
  18. #include <shellapi.h>
  19. #include <stdlib.h>
  20. #include <io.h>
  21. #include <errno.h>
  22. #include <fcntl.h>
  23. #include <sys/stat.h>
  24. #include <commctrl.h>
  25. #include "wcx.h"
  26. #include <winnls.h>
  27. #include <direct.h>
  28. #include <stdio.h>
  29.  
  30.  
  31. extern HINSTANCE g_hInstance;
  32.  
  33. // TODO: reference additional headers your program requires here
  34.  
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37.  
  38. #endif // !defined(AFX_STDAFX_H__B00F3BF3_C214_11D3_A9FA_000000000000__INCLUDED_)
  39.