Commit 1e25c7b5 authored by Alexandre Julliard's avatar Alexandre Julliard

winenas.drv: Add workaround for INT64 type too.

parent 5bd4038f
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
#define INT8 X_INT8 #define INT8 X_INT8
#define INT16 X_INT16 #define INT16 X_INT16
#define INT32 X_INT32 #define INT32 X_INT32
#define INT64 X_INT64
#define BOOL X_BOOL #define BOOL X_BOOL
#define BYTE X_BYTE #define BYTE X_BYTE
#ifdef HAVE_AUDIO_AUDIOLIB_H #ifdef HAVE_AUDIO_AUDIOLIB_H
...@@ -67,6 +68,8 @@ ...@@ -67,6 +68,8 @@
#undef INT8 #undef INT8
#undef INT16 #undef INT16
#undef INT32 #undef INT32
#undef INT64
#undef LONG64
#undef BOOL #undef BOOL
#undef BYTE #undef BYTE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment