winenas.drv: Add workaround for INT64 type too.

This commit is contained in:
Alexandre Julliard 2007-10-02 15:03:07 +02:00
parent 5bd4038f6e
commit 1e25c7b5b6
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@
#define INT8 X_INT8
#define INT16 X_INT16
#define INT32 X_INT32
#define INT64 X_INT64
#define BOOL X_BOOL
#define BYTE X_BYTE
#ifdef HAVE_AUDIO_AUDIOLIB_H
@ -67,6 +68,8 @@
#undef INT8
#undef INT16
#undef INT32
#undef INT64
#undef LONG64
#undef BOOL
#undef BYTE