فهرست منبع

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