mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[LIBSAMPLERATE]
- Fix amd64 build svn path=/trunk/; revision=53389
This commit is contained in:
parent
d86d341a8e
commit
5890b7558e
1 changed files with 6 additions and 7 deletions
11
reactos/lib/3rdparty/libsamplerate/config.h
vendored
11
reactos/lib/3rdparty/libsamplerate/config.h
vendored
|
@ -207,12 +207,11 @@
|
|||
#define inline __inline
|
||||
|
||||
/* ReactOS hacks */
|
||||
void DbgBreak(void);
|
||||
void __stdcall DbgBreakPoint(void);
|
||||
unsigned long __cdecl DbgPrint(const char *Format, ...);
|
||||
#define exit(n) DbgBreak()
|
||||
#define exit(n) DbgBreakPoint()
|
||||
#define printf DbgPrint
|
||||
|
||||
#ifdef _M_AMD64
|
||||
#define _mm_load_sd(x) __hack_hack(x) // Prevent an internal compiler error
|
||||
#pragma warning(disable:4244)
|
||||
#endif
|
||||
# ifdef _MSC_VER
|
||||
# pragma warning(disable:4244)
|
||||
# endif /* _MSC_VER */
|
||||
|
|
Loading…
Reference in a new issue