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.

69 lines
1.6 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,
  12. // but are changed infrequently
  13. #if !defined(AFX_STDAFX_H__B52C1E46_1DD2_11D1_BC43_00C04FC31FD3__INCLUDED_)
  14. #define AFX_STDAFX_H__B52C1E46_1DD2_11D1_BC43_00C04FC31FD3__INCLUDED_
  15. #if _MSC_VER >= 1000
  16. #pragma once
  17. #endif // _MSC_VER >= 1000
  18. #define STRICT
  19. #include <afxwin.h>
  20. #include <afxdisp.h>
  21. #include <afxcmn.h>
  22. #include <afxmt.h>
  23. #include <afxdlgs.h>
  24. //#define _WIN32_WINNT 0x0400
  25. //#define _ATL_APARTMENT_THREADED
  26. //#ifdef _WIN32_IE
  27. //#undef _WIN32_IE
  28. //#endif
  29. //#define _WIN32_IE 0x0400
  30. #include <commctrl.h>
  31. #include <atlbase.h>
  32. //You may derive a class from CComModule and use it if you want to override
  33. //something, but do not change the name of _Module
  34. extern CComModule _Module;
  35. #include <atlcom.h>
  36. #include <shlobj.h>
  37. #include <dsclient.h>
  38. #include <mmc.h>
  39. #include <lm.h>
  40. #define NO_OLD_VALUE
  41. #define SINGLE_SDO_CONNECTION
  42. #include <mprapi.h>
  43. extern "C"
  44. {
  45. #include "rasman.h"
  46. };
  47. #include "tregkey.h"
  48. // SDO header file
  49. #include "sdoias.h"
  50. #include "rasuser.h"
  51. #include "rasdial.h"
  52. #include "sharesdo.h"
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_STDAFX_H__B52C1E46_1DD2_11D1_BC43_00C04FC31FD3__INCLUDED)