tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / arch / all-mingw32 / hidd / wingdi / gdi_class.h
blobdb4f61edc89b81f9340ae6a6e1908a099254d9db
1 /* Semi-public definitions for GDI class */
3 #define GDI_LIBNAME "wingdi.hidd"
5 #define CLID_Hidd_GDIGfx "hidd.gfx.gdi"
7 struct GDIBase
9 struct Library library; /* Common library header */
10 ULONG displaynum; /* Next available display number */
11 OOP_Class *gfxclass; /* Display driver class */