From 4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 8 Sep 2018 13:09:06 +0800 Subject: *update --- src/libjin/Graphics/Window.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libjin/Graphics/Window.cpp') diff --git a/src/libjin/Graphics/Window.cpp b/src/libjin/Graphics/Window.cpp index 3eb76ad..e5f32ba 100644 --- a/src/libjin/Graphics/Window.cpp +++ b/src/libjin/Graphics/Window.cpp @@ -1,5 +1,5 @@ #include "../modules.h" -#if JIN_MODULES_RENDER +#if LIBJIN_MODULES_RENDER #include #include "window.h" @@ -16,7 +16,7 @@ namespace graphics bool Window::initSystem(const SettingBase* s) { -#if JIN_DEBUG +#if LIBJIN_DEBUG Loghelper::log(Loglevel::LV_INFO, "Init window system"); #endif @@ -99,4 +99,4 @@ namespace graphics } // graphics } // jin -#endif // JIN_MODULES_RENDER \ No newline at end of file +#endif // LIBJIN_MODULES_RENDER \ No newline at end of file -- cgit v1.1-26-g67d0