mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[LIBSAMPLERATE] Define exit() as __debugbreak(). CORE-11799 (#94)
This commit is contained in:
4
sdk/lib/3rdparty/libsamplerate/config.h
vendored
4
sdk/lib/3rdparty/libsamplerate/config.h
vendored
@@ -197,9 +197,9 @@
|
||||
#define inline __inline
|
||||
|
||||
/* ReactOS hacks */
|
||||
void __stdcall DbgBreakPoint(void);
|
||||
void __cdecl __debugbreak(void);
|
||||
unsigned long __cdecl DbgPrint(const char *Format, ...);
|
||||
#define exit(n) DbgBreakPoint()
|
||||
#define exit(n) __debugbreak()
|
||||
#define printf DbgPrint
|
||||
|
||||
# ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user