Minor: added missing static keywords

This commit is contained in:
tomcw 2020-06-28 10:25:59 +01:00
parent 9bf0cf98d4
commit 951f7f5258
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
static LPBITMAPINFO g_pDebuggerMemFramebufferinfo = NULL;
static bgra_t* g_pDebuggerMemFramebits = NULL;
HDC g_hConsoleFontDC = NULL;
HBITMAP g_hConsoleFontBitmap = NULL;
static HDC g_hConsoleFontDC = NULL;
static HBITMAP g_hConsoleFontBitmap = NULL;
static LPBITMAPINFO g_hConsoleFontFramebufferinfo = NULL;
static bgra_t* g_hConsoleFontFramebits;