mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:16:38 +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
|
#define inline __inline
|
||||||
|
|
||||||
/* ReactOS hacks */
|
/* ReactOS hacks */
|
||||||
void __stdcall DbgBreakPoint(void);
|
void __cdecl __debugbreak(void);
|
||||||
unsigned long __cdecl DbgPrint(const char *Format, ...);
|
unsigned long __cdecl DbgPrint(const char *Format, ...);
|
||||||
#define exit(n) DbgBreakPoint()
|
#define exit(n) __debugbreak()
|
||||||
#define printf DbgPrint
|
#define printf DbgPrint
|
||||||
|
|
||||||
# ifdef _MSC_VER
|
# ifdef _MSC_VER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue