[GDI32_APITEST]
[reactos.git] / rostests / apitests / gdi32 / testlist.c
index a2afecc..dfcb82c 100644 (file)
@@ -36,13 +36,16 @@ extern void func_GdiSetAttrs(void);
 extern void func_GetClipRgn(void);
 extern void func_GetCurrentObject(void);
 extern void func_GetDIBits(void);
+extern void func_GetPixel(void);
 extern void func_GetObject(void);
 extern void func_GetStockObject(void);
 extern void func_GetTextExtentExPoint(void);
 extern void func_GetTextFace(void);
 extern void func_MaskBlt(void);
+extern void func_Rectangle(void);
 extern void func_SelectObject(void);
 extern void func_SetDCPenColor(void);
+extern void func_SetDIBits(void);
 extern void func_SetMapMode(void);
 extern void func_SetSysColors(void);
 extern void func_SetWindowExtEx(void);
@@ -81,13 +84,16 @@ const struct test winetest_testlist[] =
     { "GetClipRgn", func_GetClipRgn },
     { "GetCurrentObject", func_GetCurrentObject },
     { "GetDIBits", func_GetDIBits },
+    { "GetPixel", func_GetPixel },
     { "GetObject", func_GetObject },
     { "GetStockObject", func_GetStockObject },
     { "GetTextExtentExPoint", func_GetTextExtentExPoint },
     { "GetTextFace", func_GetTextFace },
     { "MaskBlt", func_MaskBlt },
+    { "Rectangle", func_Rectangle },
     { "SelectObject", func_SelectObject },
     { "SetDCPenColor", func_SetDCPenColor },
+    { "SetDIBits", func_SetDIBits },
     { "SetMapMode", func_SetMapMode },
     { "SetSysColors", func_SetSysColors },
     { "SetWindowExtEx", func_SetWindowExtEx },