Commit 1a4ff1e8 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

msado15/tests: Use correct integral type.

parent 93707e93
......@@ -676,7 +676,7 @@ static void test_Fields(void)
LONG count;
ADO_LONGPTR size;
DataTypeEnum type;
FieldAttributeEnum attrs;
LONG attrs;
HRESULT hr;
hr = CoCreateInstance( &CLSID_Recordset, NULL, CLSCTX_INPROC_SERVER, &IID__Recordset, (void **)&recordset );
......
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