From abdf754fd950ad1921affc0488e30b4d9e215dc9 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 23 Sep 2021 17:01:30 -0700 Subject: [PATCH] smyrna: remove duplicate _BB definitions There was the option to remove the first duplicate or the second in this file. I checked that none of the intervening includes depended on a `_BB` definition. It seemed clearer to remove the first and indicate that only Smyrna itself is using `_BB`. --- cmd/smyrna/smyrnadefs.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 6f01f71d6..4a15d0cac 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -15,11 +15,6 @@ #include "windows.h" #endif #endif -#ifdef _WIN32 //this is needed on _WIN32 to get libglade see the callback -#define _BB __declspec(dllexport) -#else -#define _BB -#endif #include #include -- 2.40.0