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.

58 lines
1.5 KiB

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. // //
  5. // Sep 22 1999 yossg welcome To Fax Server //
  6. //
  7. #if !defined(AFX_STDAFX_H__65929689_4B15_11D2_AC28_0060081EFE5C__INCLUDED_)
  8. #define AFX_STDAFX_H__65929689_4B15_11D2_AC28_0060081EFE5C__INCLUDED_
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12. #define STRICT
  13. #define _ATL_APARTMENT_THREADED
  14. //
  15. // WARNING: THIS MAKES THE CHECKED BINARY TO GROW
  16. //
  17. #define ATL_TRACE_LEVEL 4
  18. #define ATL_TRACE_CATEGORY 0xFFFFFFFF
  19. // #define _ATL_DEBUG_INTERFACES
  20. #include "resource.h"
  21. #include <atlbase.h>
  22. //You may derive a class from CComModule and use it if you want to override
  23. //something, but do not change the name of _Module
  24. extern CComModule _Module;
  25. #include <atlcom.h>
  26. #include <shellapi.h>
  27. #include <shlobj.h>
  28. #include <atlwin.h>
  29. #include <atlbase.h>
  30. #include <atlapp.h>
  31. #include <atlctrls.h>
  32. //#include <ATLSnap.h>
  33. #include "..\inc\atlsnap.h"
  34. #include <faxutil.h>
  35. #include "FaxMMCUtils.h"
  36. #include <fxsapip.h>
  37. #include "helper.h"
  38. #include <FaxUiConstants.h>
  39. #include "resutil.h"
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_STDAFX_H__65929689_4B15_11D2_AC28_0060081EFE5C__INCLUDED)