aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/config-vc.h
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-16 20:29:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-24 16:40:04 +0300
commit8e761289a2446367267c6c0d9a26e734f0f78306 (patch)
treefb495d8c18801f271d124ee48731f10df396ca89 /cutl/details/config-vc.h
parent4c8104756b92b9fa16b3a725e8a6aa620dfd606e (diff)
Get rid of legacy build systems and rename cutl/ to libcutl/
Diffstat (limited to 'cutl/details/config-vc.h')
-rw-r--r--cutl/details/config-vc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cutl/details/config-vc.h b/cutl/details/config-vc.h
deleted file mode 100644
index 1d4cc98..0000000
--- a/cutl/details/config-vc.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* file : cutl/details/config-vc.h
- * license : MIT; see accompanying LICENSE file
- */
-
-/* Configuration file for Windows/VC++. */
-
-#ifndef CUTL_DETAILS_CONFIG_VC_H
-#define CUTL_DETAILS_CONFIG_VC_H
-
-#define LIBCUTL_BYTEORDER 1234
-
-#endif /* CUTL_DETAILS_CONFIG_VC_H */