mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[LIBSAMPLERATE] Define exit() as __debugbreak(). CORE-11799 (#94)
This commit is contained in:
parent
cfe0f7f714
commit
80774a2fca
1 changed files with 2 additions and 2 deletions
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
|
||||
|
|
Loading…
Reference in a new issue