aboutsummaryrefslogtreecommitdiff
path: root/sound/resample.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-10-03 07:45:41 +0000
committerPaweł Kołodziejski2003-10-03 07:45:41 +0000
commitf0fae232b9569202b1c778401d510285735d794f (patch)
tree1ee34a0c920137728f46e713a1ba79f8c83444b3 /sound/resample.h
parent10fee205e1d7d064c74040192022440711f3a4ca (diff)
downloadscummvm-rg350-f0fae232b9569202b1c778401d510285735d794f.tar.gz
scummvm-rg350-f0fae232b9569202b1c778401d510285735d794f.tar.bz2
scummvm-rg350-f0fae232b9569202b1c778401d510285735d794f.zip
fixed compilation under msvc7
svn-id: r10562
Diffstat (limited to 'sound/resample.h')
-rw-r--r--sound/resample.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/resample.h b/sound/resample.h
index 46c33244ce..8fd5f0f19b 100644
--- a/sound/resample.h
+++ b/sound/resample.h
@@ -31,7 +31,6 @@
// From resample's stddef.h
typedef int16 HWORD;
typedef uint16 UHWORD;
-typedef int32 WORD;
typedef uint32 UWORD;
#define MAX_HWORD (32767)