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.

29 lines
679 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. // Do not build this file if on Win9X or NT4
  6. #ifndef DOWNLEVEL_PLATFORM
  7. #include "stdafx.h"
  8. // HACKHACK (scotth): windowsx.h #define SubclassWindow. ATL 2.1 headers
  9. // (namely atlwin.h and atlwin.cpp) have a member function with the
  10. // same name.
  11. #ifdef SubclassWindow
  12. #undef SubclassWindow
  13. #endif
  14. #ifdef _ATL_STATIC_REGISTRY
  15. #include <statreg.h>
  16. #include <statreg.cpp>
  17. #endif
  18. #include <atlimpl.cpp>
  19. #include <atlctl.cpp>
  20. #include <atlwin.cpp>
  21. #endif //DOWNLEVEL_PLATFORM