mirror of https://github.com/PCSX2/pcsx2.git
common: avoid silly compiler warning due to define redefinition
comma was updated in plugings (due to clang reformat)
This commit is contained in:
parent
aba0c733cd
commit
b282909c9e
|
@ -35,11 +35,11 @@
|
|||
#include <gtk/gtk.h>
|
||||
#include <cstring>
|
||||
|
||||
#define EXPORT_C_(type) extern "C" __attribute__((stdcall,externally_visible,visibility("default"))) type
|
||||
#define EXPORT_C_(type) extern "C" __attribute__((stdcall, externally_visible, visibility("default"))) type
|
||||
|
||||
#else
|
||||
|
||||
#define EXPORT_C_(type) extern "C" __attribute__((stdcall,externally_visible,visibility("default"))) type
|
||||
#define EXPORT_C_(type) extern "C" __attribute__((stdcall, externally_visible, visibility("default"))) type
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue