We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8e265 commit 6e71e94Copy full SHA for 6e71e94
win32ss/gdi/eng/device.c
@@ -13,7 +13,7 @@
13
DBG_DEFAULT_CHANNEL(EngDev);
14
15
PGRAPHICS_DEVICE gpPrimaryGraphicsDevice;
16
-PGRAPHICS_DEVICE gpVgaGraphicsDevice;
+static PGRAPHICS_DEVICE gpVgaGraphicsDevice;
17
18
static PGRAPHICS_DEVICE gpGraphicsDeviceFirst = NULL;
19
static PGRAPHICS_DEVICE gpGraphicsDeviceLast = NULL;
win32ss/gdi/eng/device.h
@@ -9,7 +9,6 @@ PDEVOBJ_vRefreshModeList(
9
PPDEVOBJ ppdev);
10
11
extern PGRAPHICS_DEVICE gpPrimaryGraphicsDevice;
12
-extern PGRAPHICS_DEVICE gpVgaGraphicsDevice;
VOID
APIENTRY
0 commit comments