Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: stdafx.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // stdafx.h : include file for standard system include files,
  11. // or project specific include files that are used frequently, but
  12. // are changed infrequently
  13. //
  14. #if !defined(AFX_STDAFX_H__AC9A01D7_B0A9_11D1_8224_000000000000__INCLUDED_)
  15. #define AFX_STDAFX_H__AC9A01D7_B0A9_11D1_8224_000000000000__INCLUDED_
  16. #if _MSC_VER >= 1000
  17. #pragma once
  18. #endif // _MSC_VER >= 1000
  19. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  20. //other includes
  21. #include <winsock.h>
  22. #include <af_irda.h>
  23. #include <cpl.h>
  24. #include <winreg.h>
  25. #include <shlobj.h>
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  28. #endif // !defined(AFX_STDAFX_H__AC9A01D7_B0A9_11D1_8224_000000000000__INCLUDED_)