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.

23 lines
541 B

  1. #pragma once
  2. //==========================================================================;
  3. //
  4. // Common include file for wdm source modules
  5. //
  6. // $Date: 15 Apr 1999 11:06:02 $
  7. // $Revision: 1.1 $
  8. // $Author: Tashjian $
  9. //
  10. // $Copyright: (c) 1997 - 1999 ATI Technologies Inc. All Rights Reserved. $
  11. //
  12. //==========================================================================;
  13. extern "C"
  14. {
  15. #include "strmini.h"
  16. #include "mmsystem.h"
  17. #include "ksmedia.h"
  18. }
  19. #include "wdmdebug.h"
  20. #include "wdmdrv.h"