Commit 454c8ff3 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

d3dxof/tests: Sign compare fix.

parent 07c21417
......@@ -151,10 +151,10 @@ static void process_data(LPDIRECTXFILEDATA lpDirectXFileData, int* plevel)
char str_clsid_type[40];
DWORD len= 100;
LPDIRECTXFILEOBJECT pChildObj;
int i,k;
int i;
int j = 0;
LPBYTE pData;
DWORD size;
DWORD k, size;
hr = IDirectXFileData_GetId(lpDirectXFileData, &clsid);
ok(hr == DXFILE_OK, "IDirectXFileData_GetId: %x\n", hr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment