瀏覽代碼

fix win build

Laserlicht 2 年之前
父節點
當前提交
b0e5a11e62
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      lib/constants/EntityIdentifiers.h

+ 4 - 4
lib/constants/EntityIdentifiers.h

@@ -248,8 +248,8 @@ public:
 
 	std::string toString() const;
 
-	DLL_LINKAGE static si32 decode(const std::string& identifier);
-	DLL_LINKAGE static std::string encode(const si32 index);
+	static si32 decode(const std::string& identifier);
+	static std::string encode(const si32 index);
 	static std::string entityType();
 };
 
@@ -333,8 +333,8 @@ public:
 	static const FactionID CONFLUX;
 	static const FactionID NEUTRAL;
 
-	DLL_LINKAGE static si32 decode(const std::string& identifier);
-	DLL_LINKAGE static std::string encode(const si32 index);
+	static si32 decode(const std::string& identifier);
+	static std::string encode(const si32 index);
 	static std::string entityType();
 };