mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-19 06:40:42 +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();
|
||||
|
||||
// Print memory information
|
||||
#if defined ALLEGRO_WINDOWS && defined DEBUGMODE
|
||||
#if defined WIN32 && defined _DEBUG
|
||||
{
|
||||
PROCESS_MEMORY_COUNTERS pmc;
|
||||
if (::GetProcessMemoryInfo(GetCurrentProcess(), &pmc, sizeof(pmc))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user