Leaked source code of windows server 2003
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.

68 lines
1.6 KiB

  1. //
  2. // Microsoft Windows Media Technologies
  3. // Copyright (C) Microsoft Corporation, 1999 - 2001. All rights reserved.
  4. //
  5. // This workspace contains two projects -
  6. // 1. ProgHelp which implements the Progress Interface
  7. // 2. The Sample application WmdmApp.
  8. //
  9. // ProgHelp.dll needs to be registered first for the SampleApp to run.
  10. // apppch.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__EFE21268_E11A_11D2_99F9_00C04F72D6CF__INCLUDED_)
  15. #define AFX_STDAFX_H__EFE21268_E11A_11D2_99F9_00C04F72D6CF__INCLUDED_
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif // _MSC_VER > 1000
  19. // Insert your headers here
  20. #ifndef WIN32_LEAN_AND_MEAN
  21. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  22. #endif
  23. #ifndef STRICT
  24. #define STRICT
  25. #endif
  26. #define INC_OLE2 // WIN32, get ole2 from windows.h
  27. #include <windows.h>
  28. #include <windowsx.h>
  29. #include <shlobj.h>
  30. #include <shellapi.h>
  31. // TODO: reference additional headers your program requires here
  32. #include "util.h"
  33. #include "appRC.h"
  34. #include "mswmdm.h"
  35. #include "itemdata.h"
  36. #include "wmdevmgr.h"
  37. #include "status.h"
  38. #include "progress.h"
  39. #include "devices.h"
  40. #include "devfiles.h"
  41. #include "wmdmapp.h"
  42. #include "Properties.h"
  43. #define STRSAFE_NO_DEPRECATE
  44. #include "StrSafe.h"
  45. #include <crtdbg.h>
  46. //
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_STDAFX_H__EFE21268_E11A_11D2_99F9_00C04F72D6CF__INCLUDED_)