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.

30 lines
1.6 KiB

  1. /**INC+**********************************************************************/
  2. /* Header: wspint.h */
  3. /* */
  4. /* Purpose: Sound Player - Windows specific internal header. */
  5. /* */
  6. /* Copyright(C) Microsoft Corporation 1997 */
  7. /* */
  8. /****************************************************************************/
  9. /** Changes:
  10. * $Log: Y:/logs/hydra/tshrclnt/core/wspint.h_v $
  11. *
  12. * Rev 1.1 25 Sep 1997 14:48:58 KH
  13. * SFR1037: Initial Sound player implementation
  14. **/
  15. /**INC-**********************************************************************/
  16. #ifndef _H_WSPINT
  17. #define _H_WSPINT
  18. /****************************************************************************/
  19. /* */
  20. /* INCLUDES */
  21. /* */
  22. /****************************************************************************/
  23. /****************************************************************************/
  24. /* Platform specific headers. */
  25. /****************************************************************************/
  26. #include <nspint.h>
  27. #endif /* _H_WSPINT */