factor: all FUNCTION: rename complete
parent
b3e8ecf738
commit
1e22e9b814
|
@ -59,7 +59,7 @@ FUNCTION: float ffi_test_4 ( )
|
||||||
FUNCTION: double ffi_test_5 ( )
|
FUNCTION: double ffi_test_5 ( )
|
||||||
[ 1.5 ] [ ffi_test_5 ] unit-test
|
[ 1.5 ] [ ffi_test_5 ] unit-test
|
||||||
|
|
||||||
FUNCTION: int ffi_test_9 )( int a, int b, int c, int d, int e, int f, int g )
|
FUNCTION: int ffi_test_9 ( int a, int b, int c, int d, int e, int f, int g )
|
||||||
[ 28 ] [ 1 2 3 4 5 6 7 ffi_test_9 ] unit-test
|
[ 28 ] [ 1 2 3 4 5 6 7 ffi_test_9 ] unit-test
|
||||||
[ "a" 2 3 4 5 6 7 ffi_test_9 ] must-fail
|
[ "a" 2 3 4 5 6 7 ffi_test_9 ] must-fail
|
||||||
[ 1 2 3 4 5 6 "a" ffi_test_9 ] must-fail
|
[ 1 2 3 4 5 6 "a" ffi_test_9 ] must-fail
|
||||||
|
|
|
@ -180,7 +180,7 @@ FUNCTION: HRESULT
|
||||||
|
|
||||||
ALIAS: D3DX10CreateFontIndirect D3DX10CreateFontIndirectW
|
ALIAS: D3DX10CreateFontIndirect D3DX10CreateFontIndirectW
|
||||||
|
|
||||||
FUNCTION: HRESULT D3DX10UnsetAllDeviceObjects ( ID3D10Device* pDevice ) ;
|
FUNCTION: HRESULT D3DX10UnsetAllDeviceObjects ( ID3D10Device* pDevice )
|
||||||
|
|
||||||
CONSTANT: D3DERR_INVALIDCALL 0x8876086C
|
CONSTANT: D3DERR_INVALIDCALL 0x8876086C
|
||||||
CONSTANT: D3DERR_WASSTILLDRAWING 0x8876021C
|
CONSTANT: D3DERR_WASSTILLDRAWING 0x8876021C
|
||||||
|
|
Loading…
Reference in New Issue