diff --git a/reactos/include/reactos/win32k/ntgdihdl.h b/reactos/include/reactos/win32k/ntgdihdl.h index 164073e2c50..44eb21e96e0 100644 --- a/reactos/include/reactos/win32k/ntgdihdl.h +++ b/reactos/include/reactos/win32k/ntgdihdl.h @@ -95,6 +95,7 @@ typedef struct _GDI_USER_DATA INT BackgroundMode; COLORREF BackgroundColor; COLORREF TextColor; + DWORD CodePage; HCOLORSPACE ColorSpace; INT TextAlign; /* Text alignment from SetTextAlign() */ INT CharExtra; /* Spacing from SetTextCharacterExtra() */