Преглед изворни кода

Add msvc dll definition header

Patrick-Christopher Mattulat пре 2 година
родитељ
комит
9669da65b1
1 измењених фајлова са 15 додато и 0 уклоњено
  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