mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:25:52 +00:00
[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:
parent
56828b82d9
commit
fa4b38d902
4 changed files with 128 additions and 130 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue