include: Add format definitions for wglUseFontOutlines.

oldstable
Alexandre Julliard 2012-11-05 23:23:48 +01:00
parent 74ec93bab7
commit 3176d4d495
1 changed files with 3 additions and 0 deletions

View File

@ -3767,6 +3767,9 @@ WINGDIAPI BOOL WINAPI PolyTextOutW(HDC,const POLYTEXTW*,INT);
#define WGL_SWAP_UNDERLAY14 (1 << 29)
#define WGL_SWAP_UNDERLAY15 (1 << 30)
#define WGL_FONT_LINES 0
#define WGL_FONT_POLYGONS 1
/* WGL prototypes */
WINGDIAPI HGLRC WINAPI wglCreateContext(HDC);
WINGDIAPI HGLRC WINAPI wglCreateLayerContext(HDC,INT);