stdafx.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
- //////////////////////////////////////////////
- //
- // General Include files for the Lib
- //
- /////////////////////////////////////////////
- #ifndef DIRECT3D_VERSION
- #define DIRECT3D_VERSION 0x0800
- #endif //DIRECT3D_VERSION
- #define DIRECTINPUT_VERSION 0x0800
- #include <windows.h>
- #include <ddraw.h>
- #include <ddrawex.h>
- #include <dinput.h>
- #include <dxerr8.h>
- #include <stdio.h>
- #include <stdarg.h>
- #ifdef _APP_LIB
- #define CLS_IMPEXP __declspec(dllexport)
- #else
- #define CLS_IMPEXP __declspec(dllimport)
- #endif