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.
39 lines
589 B
39 lines
589 B
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
#ifndef _H_PRECMPDD
|
|
#define _H_PRECMPDD
|
|
/*
|
|
* Includes
|
|
*/
|
|
#include <ntddk.h>
|
|
#include <ntddvdeo.h>
|
|
#include <ntddkbd.h>
|
|
#include <ntddmou.h>
|
|
#include <ntddbeep.h>
|
|
|
|
#ifndef _HYDRA_
|
|
#include <cxstatus.h>
|
|
#endif
|
|
#include <winstaw.h>
|
|
#include <ctxver.h>
|
|
#include <compress.h>
|
|
#include <winerror.h>
|
|
|
|
#ifdef far
|
|
#undef far
|
|
#endif
|
|
#define far
|
|
|
|
#include <icadd.h>
|
|
#include <sdapi.h>
|
|
|
|
#include <adcg.h>
|
|
#include <winddits.h>
|
|
|
|
#endif /* _H_PRECMPDD */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* __cplusplus */
|