mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 11:50:39 +00:00
rename Sentry to TSentry
windows filenames arent case-sensitive so it doesnt know which sentry.h we mean.
This commit is contained in:
@@ -79,7 +79,7 @@ void RegisterThread(const std::string str);
|
||||
#define _line std::to_string(__LINE__)
|
||||
#define _in_lambda (std::string(__func__) == "operator()")
|
||||
|
||||
#include "Sentry.h"
|
||||
#include "TSentry.h"
|
||||
extern TSentry Sentry;
|
||||
|
||||
// we would like the full function signature 'void a::foo() const'
|
||||
|
||||
Reference in New Issue
Block a user