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.

26 lines
582 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 "stdafx.h"
  5. #ifdef _ATL_STATIC_REGISTRY
  6. #include <statreg.h>
  7. #include <statreg.cpp>
  8. #endif
  9. #pragma warning(disable : 4273)
  10. #include <atlimpl.cpp>
  11. #include <atlctl.cpp>
  12. #include <atlwin.cpp>
  13. #ifdef _M_IA64
  14. //$WIN64: Don't know why _WndProcThunkProc isn't defined
  15. extern "C" LRESULT CALLBACK _WndProcThunkProc(HWND, UINT, WPARAM, LPARAM )
  16. {
  17. return 0;
  18. }
  19. #endif