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.

37 lines
669 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // stdafx.h : include file for standard system include files,
  4. // or project specific include files that are used frequently,
  5. // but are changed infrequently
  6. //
  7. #pragma once
  8. #define STRICT
  9. #define _ATL_FREE_THREADED
  10. #include <atlbase.h>
  11. extern CComModule _Module;
  12. #include <atlcom.h>
  13. #include "ALG.h" // From Publish\IDLOLE
  14. #include "ALG_Private.h" // From ALG\IDL_Private publish in NT\net\inc
  15. //
  16. // Tracing routines
  17. //
  18. #include "MyTrace.h"
  19. #include <ipnatapi.h>
  20. #include "resource.h"
  21. #define REGKEY_ALG_ISV TEXT("SOFTWARE\\Microsoft\\ALG\\ISV")