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.

21 lines
626 B

  1. // stdafx.cpp : source file that includes just the standard includes
  2. // stdafx.pch will be the pre-compiled header
  3. // stdafx.obj will contain the pre-compiled type information
  4. #include "pch.cxx"
  5. #pragma hdrstop
  6. #include <trklib.hxx>
  7. #include "stdafx.h"
  8. #ifdef _ATL_STATIC_REGISTRY
  9. #include <statreg.h>
  10. #include <statreg.cpp>
  11. #endif
  12. // Prevent the following warning (and three others like it):
  13. // d:\nt\public\sdk\inc\atl21\atlimpl.cpp(2281) : warning C4273: 'malloc' : inconsistent dll linkage. dllexport assumed.
  14. #pragma warning(disable:4273)
  15. #include <atlimpl.cpp>
  16. #pragma warning(default:4273)