mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-19 13:32:36 +00:00
Minor: added missing static keywords
This commit is contained in:
parent
9bf0cf98d4
commit
951f7f5258
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user