Explorar o código

Add msvc dll definition header

Patrick-Christopher Mattulat %!s(int64=2) %!d(string=hai) anos
pai
achega
9669da65b1
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      include/ls_std/msvc_dll_definitions.hpp

+ 15 - 0
include/ls_std/msvc_dll_definitions.hpp

@@ -0,0 +1,15 @@
+/*
+ * Author:          Patrick-Christopher Mattulat
+ * Company:         Lynar Studios
+ * E-Mail:          webmaster@lynarstudios.com
+ * Created:         2022-06-26
+ * Changed:         2022-06-26
+ *
+ * */
+
+#ifndef LS_STD_MSVC_DLL_DEFINITIONS_HPP
+#define LS_STD_MSVC_DLL_DEFINITIONS_HPP
+
+#define DLL_EXPORT        __declspec(dllexport)
+
+#endif