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.

24 lines
559 B

  1. // Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
  2. // stdafx.cpp : source file that includes just the standard includes
  3. // stdafx.pch will be the pre-compiled header
  4. // stdafx.obj will contain the pre-compiled type information
  5. #define DO_OUR_GUIDS
  6. #include "stdafx.h"
  7. #ifdef _ATL_STATIC_REGISTRY
  8. #include <statreg.h>
  9. #include <statreg.cpp>
  10. #endif
  11. //#undef _WINGDI_ // Avoid declaration bug in ATL
  12. #include <atlimpl.cpp>
  13. #if 0
  14. // HACK to make it build with libcmt.lib
  15. int _CRTAPI1 main(int argc, char *argv[])
  16. {
  17. return 0;
  18. }
  19. #endif