mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix preprocessor syntax.
This commit is contained in:
parent
2ef014608f
commit
254e87cbac
@ -847,7 +847,7 @@ LONG WINAPI CrashFilter( PEXCEPTION_POINTERS pExp )
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef __linux__ && !defined TRACY_NO_CRASH_HANDLER
|
||||
#if defined __linux__ && !defined TRACY_NO_CRASH_HANDLER
|
||||
# ifndef TRACY_CRASH_SIGNAL
|
||||
# define TRACY_CRASH_SIGNAL SIGPWR
|
||||
# endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user