|
@@ -3,7 +3,7 @@
|
|
|
* Company: Lynar Studios
|
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
|
* Created: 2022-06-29
|
|
|
- * Changed: 2022-07-17
|
|
|
+ * Changed: 2022-10-23
|
|
|
*
|
|
|
* */
|
|
|
|
|
@@ -11,10 +11,10 @@
|
|
|
#define LS_STD_DYNAMIC_GOAL_HPP
|
|
|
|
|
|
#if defined(_WIN32) && defined(_MSC_VER)
|
|
|
-#include <ls_std/os/windows/msvc_dll_definitions.hpp>
|
|
|
+#include <ls_std/os/library/goals/windows/msvc_dll_definitions.hpp>
|
|
|
#endif
|
|
|
#if defined(unix) || defined(__APPLE__) || defined(_WIN32) && defined(__GNUC__)
|
|
|
-#include <ls_std/os/unix/unix_so_definitions.hpp>
|
|
|
+#include <ls_std/os/library/goals/unix/unix_so_definitions.hpp>
|
|
|
#endif
|
|
|
|
|
|
#endif
|