atlinc.cpp
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

Visual C++

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Copyright (C) Microsoft, 1997
  4. //
  5. //  File:       stdafx.cpp (for PrevBand)
  6. //
  7. //      stdafx.pch will be the pre-compiled header                        
  8. //      stdafx.obj will contain the pre-compiled type information         
  9. //
  10. //  History:    7-24-97  Davepl  Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #include "stdafx.h"
  14. #ifdef _ATL_STATIC_REGISTRY
  15. #include <statreg.h>
  16. #include <statreg.cpp>
  17. #endif
  18. #include <atlimpl.cpp>
  19. #include <atlwin.cpp>
  20. void __cdecl main(int argc, char ** argv)
  21. {
  22. }