mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
winenas.drv: Add workaround for INT64 type too.
This commit is contained in:
parent
5bd4038f6e
commit
1e25c7b5b6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user