stdafx.cpp
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  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. #define OleCreatePropertyFrame(a, b, c, d, e, f, g, h, i, j, k) S_OK
  24. #include <atlctl.cpp>
  25. #include <atlwin.cpp>
  26. #endif