summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-02-04 17:44:29 +0000
committerReuben Thomas <rrt@sc3d.org>2017-02-09 00:28:24 +0000
commita087a5a05d4d43b84247bd3af5c05b0673db89b7 (patch)
tree46e432049cbb00c477959bf0ef71cbf0dba36f8d
parent035195d89e535b557aead07ed93faf4e221f70db (diff)
downloadenchant-a087a5a05d4d43b84247bd3af5c05b0673db89b7.tar.gz
Remove Visual Studio build files (issue #70)
-rw-r--r--src/config.h.win3211
1 files changed, 0 insertions, 11 deletions
diff --git a/src/config.h.win32 b/src/config.h.win32
deleted file mode 100644
index a893d5e..0000000
--- a/src/config.h.win32
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Hand tailored config.h for windows.
- */
-
-/* define ssize_t to int if <sys/types.h> doesn't define.*/
-typedef int ssize_t;
-/* #undef ssize_t */
-
-#if defined(_MSC_VER)
-#pragma warning(disable: 4996) /* The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name. */
-#endif