aboutsummaryrefslogtreecommitdiff
path: root/sound/resample.h
diff options
context:
space:
mode:
authorMax Horn2003-10-03 10:30:33 +0000
committerMax Horn2003-10-03 10:30:33 +0000
commit88de9a21ae44d59e057f6ff85a1c7dcbfbd8b701 (patch)
tree7582ea02e2c6ce6886017a00e6497ae90c7cef1c /sound/resample.h
parentbe1bd35ae5b93646ebad10b7ae837fec675f9d18 (diff)
downloadscummvm-rg350-88de9a21ae44d59e057f6ff85a1c7dcbfbd8b701.tar.gz
scummvm-rg350-88de9a21ae44d59e057f6ff85a1c7dcbfbd8b701.tar.bz2
scummvm-rg350-88de9a21ae44d59e057f6ff85a1c7dcbfbd8b701.zip
undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, simply remove it from your project file - it's not supposed to be compiled ATM
svn-id: r10564
Diffstat (limited to 'sound/resample.h')
-rw-r--r--sound/resample.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/resample.h b/sound/resample.h
index 8fd5f0f19b..46c33244ce 100644
--- a/sound/resample.h
+++ b/sound/resample.h
@@ -31,6 +31,7 @@
// From resample's stddef.h
typedef int16 HWORD;
typedef uint16 UHWORD;
+typedef int32 WORD;
typedef uint32 UWORD;
#define MAX_HWORD (32767)