[KERNEL32_APITEST] -Fix gcc build
[reactos.git] / rostests / apitests / kernel32 / DefaultActCtx.c
index 17732cf..995fa71 100644 (file)
@@ -106,7 +106,7 @@ START_TEST(DefaultActCtx)
                                    &KeyedData);
     ok(res == TRUE, "\n");
     ok(KeyedData.hActCtx == NULL, "Expected null handle for common control context\n");
                                    &KeyedData);
     ok(res == TRUE, "\n");
     ok(KeyedData.hActCtx == NULL, "Expected null handle for common control context\n");
-    ok(KeyedData.ulAssemblyRosterIndex != 0, "%d\n", KeyedData.ulAssemblyRosterIndex);
+    ok(KeyedData.ulAssemblyRosterIndex != 0, "%lu\n", KeyedData.ulAssemblyRosterIndex);
     //ok(wcsstr(details-> , L"SystemCompative"
     
 }
     //ok(wcsstr(details-> , L"SystemCompative"
     
 }