aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sound.h
diff options
context:
space:
mode:
authoryinsimei2017-06-05 19:58:32 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commitbee42dc52fb7fa2d73f95cf088fc26ced732a17c (patch)
treef414e55652ba611caf72a137380beacd9ce51788 /engines/sludge/sound.h
parent7430ebe8830f58ae8fd1c123bfd7b08031a0f8b1 (diff)
downloadscummvm-rg350-bee42dc52fb7fa2d73f95cf088fc26ced732a17c.tar.gz
scummvm-rg350-bee42dc52fb7fa2d73f95cf088fc26ced732a17c.tar.bz2
scummvm-rg350-bee42dc52fb7fa2d73f95cf088fc26ced732a17c.zip
SLUDGE: remove platform dependent defines
Diffstat (limited to 'engines/sludge/sound.h')
-rw-r--r--engines/sludge/sound.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sludge/sound.h b/engines/sludge/sound.h
index ee1321a739..2e31943df6 100644
--- a/engines/sludge/sound.h
+++ b/engines/sludge/sound.h
@@ -23,11 +23,7 @@
#ifndef SLUDGE_SOUND_H
#define SLUDGE_SOUND_H
-#ifdef _WIN32
-#include <windows.h>
-#else
#define HWND void *
-#endif
#include "common/file.h"