]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/directx/d3dx9core/d3dx9core.factor
use radix literals
[factor.git] / basis / windows / directx / d3dx9core / d3dx9core.factor
index 861dc46ef700ed90e811c59f6c3c2f9744092db3..545fd60ed78c1d64c7652c797891615a5d24389a 100644 (file)
@@ -5,7 +5,7 @@ IN: windows.directx.d3dx9core
 
 LIBRARY: d3dx9
 
-CONSTANT: D3DX_VERSION HEX: 0902
+CONSTANT: D3DX_VERSION 0x0902
 CONSTANT: D3DX_SDK_VERSION 42
 
 FUNCTION: BOOL D3DXCheckVersion ( UINT D3DSdkVersion, UINT D3DXSdkVersion ) ;