diff --git a/win32ss/gdi/eng/device.c b/win32ss/gdi/eng/device.c index d9f6b8a9465..299e75ad4f7 100644 --- a/win32ss/gdi/eng/device.c +++ b/win32ss/gdi/eng/device.c @@ -13,7 +13,7 @@ DBG_DEFAULT_CHANNEL(EngDev); PGRAPHICS_DEVICE gpPrimaryGraphicsDevice; -PGRAPHICS_DEVICE gpVgaGraphicsDevice; +static PGRAPHICS_DEVICE gpVgaGraphicsDevice; static PGRAPHICS_DEVICE gpGraphicsDeviceFirst = NULL; static PGRAPHICS_DEVICE gpGraphicsDeviceLast = NULL; diff --git a/win32ss/gdi/eng/device.h b/win32ss/gdi/eng/device.h index a7d352c6bbe..7248598a8f0 100644 --- a/win32ss/gdi/eng/device.h +++ b/win32ss/gdi/eng/device.h @@ -9,7 +9,6 @@ PDEVOBJ_vRefreshModeList( PPDEVOBJ ppdev); extern PGRAPHICS_DEVICE gpPrimaryGraphicsDevice; -extern PGRAPHICS_DEVICE gpVgaGraphicsDevice; VOID APIENTRY