You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
468 B
C
19 lines
468 B
C
2 years ago
|
/*==========================================================================;
|
||
|
*
|
||
|
*
|
||
|
* File: dxsdkver.h
|
||
|
* Content: DirectX SDK Version Include File
|
||
|
*
|
||
|
****************************************************************************/
|
||
|
|
||
|
#ifndef _DXSDKVER_H_
|
||
|
#define _DXSDKVER_H_
|
||
|
|
||
|
#define _DXSDK_PRODUCT_MAJOR 9
|
||
|
#define _DXSDK_PRODUCT_MINOR 28
|
||
|
#define _DXSDK_BUILD_MAJOR 1886
|
||
|
#define _DXSDK_BUILD_MINOR 0
|
||
|
|
||
|
#endif // _DXSDKVER_H_
|
||
|
|