Windows NT 4.0 source code leak
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.

38 lines
833 B

4 years ago
  1. /*==========================================================================;
  2. *
  3. * Copyright (C) 1995,1996 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dsoundpr.h
  6. * Content: private DirectSound include file
  7. *@@BEGIN_MSINTERNAL
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 08-apr-95 craige initial implementation
  12. *@@END_MSINTERNAL
  13. *
  14. ***************************************************************************/
  15. #ifndef __DSOUNDPR_INCLUDED__
  16. #define __DSOUNDPR_INCLUDED__
  17. #define WIN32_LEAN_AND_MEAN
  18. #define Not_VxD
  19. #include <windows.h>
  20. #include <windowsx.h>
  21. #include <mmsystem.h>
  22. #include <mmreg.h>
  23. #include <memory.h>
  24. #include <objbase.h>
  25. #include <dmemmgr.h>
  26. #include "w95help.h"
  27. #include "debug.h"
  28. #include "dsoundp.h"
  29. #include "dsoundi.h"
  30. #include "memalloc.h"
  31. #include "mix.h"
  32. #endif