Subversion Repositories Games.Chess Giants

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. /*==========================================================================;
  2.  *
  3.  *
  4.  *  File:   dxsdkver.h
  5.  *  Content:    DirectX SDK Version Include File
  6.  *
  7.  ****************************************************************************/
  8.  
  9. #ifndef _DXSDKVER_H_
  10. #define _DXSDKVER_H_
  11.  
  12. #define _DXSDK_PRODUCT_MAJOR  9    
  13. #define _DXSDK_PRODUCT_MINOR  27        
  14. #define _DXSDK_BUILD_MAJOR    1734        
  15. #define _DXSDK_BUILD_MINOR    0        
  16.  
  17. #endif // _DXSDKVER_H_
  18.  
  19.