Leaked source code of windows server 2003
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.

18 lines
480 B

  1. //
  2. // Microsoft Windows Media Technologies
  3. // Copyright (C) Microsoft Corporation, 1999 - 2001. All rights reserved.
  4. //
  5. // progpch.cpp : source file that includes just the standard includes
  6. // progpch.pch will be the pre-compiled header
  7. // progpch.obj will contain the pre-compiled type information
  8. #include "progPCH.h"
  9. #ifdef _ATL_STATIC_REGISTRY
  10. #include <statreg.h>
  11. #include <statreg.cpp>
  12. #endif
  13. #include <atlimpl.cpp>
  14. #include "WMDMProgressHelper.h"