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.

22 lines
591 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: stdafx.h
  8. //
  9. //--------------------------------------------------------------------------
  10. ///////////////////////////////////////////////////////////////////////////////
  11. //
  12. // File: stdafx.h
  13. //
  14. // Description: precompiled header for mixer filter.
  15. //
  16. ///////////////////////////////////////////////////////////////////////////////
  17. #include <limits.h> // ULONG_MAX
  18. #include <streams.h>
  19. #include <mmreg.h>