Minor change in cmd_refresh.cpp

This commit is contained in:
David Capello 2014-08-20 09:22:38 -03:00
parent 6559eab214
commit 5b4ca4f061

View File

@ -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))) {