summaryrefslogtreecommitdiff
path: root/plugingui/tests/resizetest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/tests/resizetest.cc')
-rw-r--r--plugingui/tests/resizetest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/tests/resizetest.cc b/plugingui/tests/resizetest.cc
index 2267030..f5ba01b 100644
--- a/plugingui/tests/resizetest.cc
+++ b/plugingui/tests/resizetest.cc
@@ -135,7 +135,7 @@ int main()
while(test_window.processEvents())
{
-#ifdef WIN32
+#if DG_PLATFORM == DG_PLATFORM_WINDOWS
SleepEx(50, FALSE);
#else
usleep(50000);