summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/core/config.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-02 06:14:31 -0500
committerGitHub <noreply@github.com>2025-12-02 06:14:31 -0500
commit92d95762c9cf75d9493ec75042c9415b382f10b0 (patch)
treedfcbd5b3fb9303e40b32db34cc857243df86ffc9 /include/ocl/core/config.hpp
parenta28d3e2e4e99793cf91f919d9341f5e07aa998e1 (diff)
parentbea0e3e713751e5c2a4d2d4343d8215333eef03e (diff)
Merge pull request #37 from amlel-el-mahrouss/developv1
chore: module source code tweaks and improvements.
Diffstat (limited to 'include/ocl/core/config.hpp')
-rw-r--r--include/ocl/core/config.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ocl/core/config.hpp b/include/ocl/core/config.hpp
index a0ddd66..13abae0 100644
--- a/include/ocl/core/config.hpp
+++ b/include/ocl/core/config.hpp
@@ -31,3 +31,8 @@
#define OCL_DECL
#define OCL_EXPORT_DECL
#endif
+
+#ifdef _WIN32
+#define OCL_USE_CRLF_ENDINGS 1
+#define OCL_WINDOWS 1
+#endif \ No newline at end of file