Fix warning -Wdll-attribute-on-redeclaration

This commit is contained in:
Milan Nikolic 2022-04-16 14:15:06 +02:00
parent efabb001d2
commit 3232434224
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -4,7 +4,6 @@ extern "C" { // Prevents name mangling of functions
void setLogCallbackWrapper(void); // enable the call-back
void internalTraceLogCallbackGo(int, void*, int); // Go function that will get called
#if defined(__cplusplus)
}