mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-25 12:02:44 +00:00
Minor change in cmd_refresh.cpp
This commit is contained in:
parent
6559eab214
commit
5b4ca4f061
@ -69,7 +69,7 @@ void RefreshCommand::onExecute(Context* context)
|
|||||||
app_refresh_screen();
|
app_refresh_screen();
|
||||||
|
|
||||||
// Print memory information
|
// Print memory information
|
||||||
#if defined ALLEGRO_WINDOWS && defined DEBUGMODE
|
#if defined WIN32 && defined _DEBUG
|
||||||
{
|
{
|
||||||
PROCESS_MEMORY_COUNTERS pmc;
|
PROCESS_MEMORY_COUNTERS pmc;
|
||||||
if (::GetProcessMemoryInfo(GetCurrentProcess(), &pmc, sizeof(pmc))) {
|
if (::GetProcessMemoryInfo(GetCurrentProcess(), &pmc, sizeof(pmc))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user