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

Windows Kernel

Development Platform:

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. }