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.

39 lines
848 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 "priv.h"
  5. #ifndef FAVORITESTOSHDOCVW
  6. #ifndef _ATL_STATIC_REGISTRY
  7. #define _ATL_STATIC_REGISTRY
  8. #endif
  9. #include "stdafx.h"
  10. // HACKHACK (scotth): windowsx.h #define SubclassWindow. ATL 2.1 headers
  11. // (namely atlwin.h and atlwin.cpp) have a member function with the
  12. // same name.
  13. #ifdef SubclassWindow
  14. #undef SubclassWindow
  15. #endif
  16. #ifdef _ATL_STATIC_REGISTRY
  17. #include <statreg.h>
  18. #include <statreg.cpp>
  19. #endif
  20. #undef ATL_DEBUG_QI
  21. #include <atlimpl.cpp>
  22. //HACK!!!!
  23. #ifndef ATL_ENABLED
  24. #define OleCreatePropertyFrame(a, b, c, d, e, f, g, h, i, j, k) S_OK
  25. #endif
  26. #include <atlctl.cpp>
  27. #include <atlwin.cpp>
  28. #endif