summaryrefslogtreecommitdiff
path: root/src/config.h.W32
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h.W32')
-rw-r--r--src/config.h.W326
1 files changed, 2 insertions, 4 deletions
diff --git a/src/config.h.W32 b/src/config.h.W32
index bf23d8d9..d752c3ff 100644
--- a/src/config.h.W32
+++ b/src/config.h.W32
@@ -17,10 +17,8 @@ this program. If not, see <https://www.gnu.org/licenses/>. */
#include "mkconfig.h"
-#define MK_W32 1
-
-/* Build for the WINDOWS32 API. */
-#define WINDOWS32 1
+/* Build for the Windows32 API. */
+#define MK_OS_W32 1
/* Suppress some Visual C++ warnings.
Maybe after the code cleanup for ISO C we can remove some/all of these. */