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.

27 lines
607 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. #include "stdafx.h"
  6. // HACKHACK (scotth): windowsx.h #define SubclassWindow. ATL 2.1 headers
  7. // (namely atlwin.h and atlwin.cpp) have a member function with the
  8. // same name.
  9. #ifdef SubclassWindow
  10. #undef SubclassWindow
  11. #endif
  12. #ifdef _ATL_STATIC_REGISTRY
  13. #include <statreg.h>
  14. #include <statreg.cpp>
  15. #endif
  16. #include <atlimpl.cpp>
  17. #include <atlctl.cpp>
  18. #include <atlwin.cpp>