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.

23 lines
559 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dpvxlib.h
  6. * Content: Useful utility functions for sample apps
  7. *
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 10/07/99 rodtoll Created It
  12. *
  13. ***************************************************************************/
  14. #ifndef __DPVXLIB_H
  15. #define __DPVXLIB_H
  16. #include "dpvxchar.h"
  17. #include "dpvxmisc.h"
  18. #include "dpvxdump.h"
  19. #include "dpvxdplay.h"
  20. #include "dpvxerr.h"
  21. #endif