]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/directx/d3dx11core/d3dx11core.factor
use radix literals
[factor.git] / basis / windows / directx / d3dx11core / d3dx11core.factor
index 877b87b67276d7ff587efbb836981d32f32ced54..17e2368dd4386f5b54cf16da859ac3054ba40625 100644 (file)
@@ -27,5 +27,5 @@ COM-INTERFACE: ID3DX11ThreadPump IUnknown {C93FECFA-6967-478a-ABBC-402D90621FCB}
 FUNCTION: HRESULT D3DX11CreateThreadPump ( UINT cIoThreads, UINT cProcThreads, ID3DX11ThreadPump** ppThreadPump ) ;
 FUNCTION: HRESULT D3DX11UnsetAllDeviceObjects ( ID3D11DeviceContext* pContext ) ;
 
-CONSTANT: D3DERR_INVALIDCALL     HEX: 8876086C
-CONSTANT: D3DERR_WASSTILLDRAWING HEX: 8876021C
+CONSTANT: D3DERR_INVALIDCALL     0x8876086C
+CONSTANT: D3DERR_WASSTILLDRAWING 0x8876021C