[GDI32][APITESTS] Add GetGlyphOutline testcase (#776)
[reactos.git] / modules / rostests / apitests / gdi32 / testlist.c
index 2c9e70a..afe2e54 100644 (file)
@@ -47,6 +47,7 @@ extern void func_GetDIBColorTable(void);
 extern void func_GetDIBits(void);
 extern void func_GetFontResourceInfoW(void);
 extern void func_GetGlyphIndices(void);
+extern void func_GetGlyphOutline(void);
 extern void func_GetObject(void);
 extern void func_GetPixel(void);
 extern void func_GetRandomRgn(void);
@@ -120,6 +121,7 @@ const struct test winetest_testlist[] =
     { "GetDIBits", func_GetDIBits },
     { "GetFontResourceInfoW", func_GetFontResourceInfoW },
     { "GetGlyphIndices", func_GetGlyphIndices },
+    { "GetGlyphOutline", func_GetGlyphOutline },
     { "GetPixel", func_GetPixel },
     { "GetObject", func_GetObject },
     { "GetRandomRgn", func_GetRandomRgn },