Index: core/fxcrt/fxcrt_windows.h |
diff --git a/core/src/fxcrt/fxcrt_windows.h b/core/fxcrt/fxcrt_windows.h |
similarity index 88% |
rename from core/src/fxcrt/fxcrt_windows.h |
rename to core/fxcrt/fxcrt_windows.h |
index 522ceec9e50d3c3a293fb877cac2625fbb36eb57..04a1a55b1658db4c9521eb794e056ae2cab347d8 100644 |
--- a/core/src/fxcrt/fxcrt_windows.h |
+++ b/core/fxcrt/fxcrt_windows.h |
@@ -4,10 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef CORE_SRC_FXCRT_FXCRT_WINDOWS_H_ |
-#define CORE_SRC_FXCRT_FXCRT_WINDOWS_H_ |
+#ifndef CORE_FXCRT_FXCRT_WINDOWS_H_ |
+#define CORE_FXCRT_FXCRT_WINDOWS_H_ |
-#include "core/src/fxcrt/extension.h" |
+#include "core/fxcrt/extension.h" |
#if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ |
class CFXCRT_FileAccess_Win64 : public IFXCRT_FileAccess { |
@@ -37,4 +37,4 @@ class CFXCRT_FileAccess_Win64 : public IFXCRT_FileAccess { |
}; |
#endif |
-#endif // CORE_SRC_FXCRT_FXCRT_WINDOWS_H_ |
+#endif // CORE_FXCRT_FXCRT_WINDOWS_H_ |