mirror of https://github.com/tongzx/nt5src
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
23 lines
559 B
/*==========================================================================
|
|
*
|
|
* Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
* File: dpvxlib.h
|
|
* Content: Useful utility functions for sample apps
|
|
*
|
|
* History:
|
|
* Date By Reason
|
|
* ==== == ======
|
|
* 10/07/99 rodtoll Created It
|
|
*
|
|
***************************************************************************/
|
|
#ifndef __DPVXLIB_H
|
|
#define __DPVXLIB_H
|
|
|
|
#include "dpvxchar.h"
|
|
#include "dpvxmisc.h"
|
|
#include "dpvxdump.h"
|
|
#include "dpvxdplay.h"
|
|
#include "dpvxerr.h"
|
|
|
|
#endif
|