[COMCTL32_WINETEST] Sync with Wine Staging 2.2. CORE-12823
[reactos.git] / rostests / winetests / comctl32 / mru.c
index 774357f..5c0ec48 100644 (file)
@@ -236,7 +236,7 @@ static void test_MRUListA(void)
 
     if (!pCreateMRUListA || !pFreeMRUList || !pAddMRUStringA || !pEnumMRUListA)
     {
-        skip("MRU entry points not found\n");
+        win_skip("MRU entry points not found\n");
         return;
     }