Add a LONGFMT macro to propery handle LONG-based types
commit7025f5ca6767b820f7a17d564cbbc615da2796f0
authorChris Robinson <chris.kcat@gmail.com>
Wed, 3 Aug 2011 19:06:19 +0000 (3 12:06 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 3 Aug 2011 19:06:19 +0000 (3 12:06 -0700)
treee75231a7512e5dcdcdc5a86a836545e80c412f32
parenta238f5fb5c21a0a6563e6f3dae20002018fe0126
Add a LONGFMT macro to propery handle LONG-based types

Wine uses int for LONG-based types due to long being 64 bits on 64-bit targets,
while Windows uses a genuine long where it is still 32 bits on 64-bit targets.
CMakeLists.txt
buffer.c
capture.c
dsound8.c
dsound_main.c
dsound_private.h
duplex.c
primary.c
propset.c