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.
27 lines
522 B
27 lines
522 B
#ifndef __DIACPAGE_HEADERS_H__
|
|
#define __DIACPAGE_HEADERS_H__
|
|
|
|
|
|
#include <windows.h>
|
|
//#include <shlwapi.h>
|
|
#include <commctrl.h>
|
|
#include <dinput.h>
|
|
#include <dinputp.h>
|
|
#include <tchar.h>
|
|
#include <math.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#undef NDEBUG
|
|
#include <assert.h>
|
|
#include "constants.h"
|
|
#include "ltrace.h"
|
|
#include "cyclestr.h"
|
|
#include "useful.h"
|
|
#include "dicfgres.h"
|
|
|
|
|
|
#define DISEM_TYPE_MASK (DISEM_TYPE_AXIS | DISEM_TYPE_BUTTON | DISEM_TYPE_POV)
|
|
|
|
|
|
#endif //__DIACPAGE_HEADERS_H__
|