[MSPAINT] Localize g_ptStart and g_ptEnd into mouse.cpp

And move some ToolsModel code into mouse.cpp
CORE-19094
This commit is contained in:
Katayama Hirofumi MZ 2023-11-04 23:00:43 +09:00
parent 56828b82d9
commit fa4b38d902
4 changed files with 128 additions and 130 deletions

View file

@ -10,7 +10,6 @@
#include <dlgs.h>
#include <mapi.h>
POINT g_ptStart, g_ptEnd;
BOOL g_askBeforeEnlarging = FALSE; // TODO: initialize from registry
HINSTANCE g_hinstExe = NULL;
WCHAR g_szFileName[MAX_LONG_PATH] = { 0 };