summaryrefslogtreecommitdiff
path: root/nt/runemacs.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-10-23 20:35:18 -0700
committerEli Zaretskii <eliz@gnu.org>2021-10-24 20:22:17 +0300
commitbeb265450c01b3e3188f844ff0fb961d9df79071 (patch)
tree03295c51c4b05d55464e2511dae4d114f00a236f /nt/runemacs.c
parentd64936d8f6dfb7abbf5d6700b040be8937b7f22a (diff)
downloademacs-beb265450c01b3e3188f844ff0fb961d9df79071.tar.gz
Include <config.h> first in MS-Windows source
Diffstat (limited to 'nt/runemacs.c')
-rw-r--r--nt/runemacs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/runemacs.c b/nt/runemacs.c
index 308e856be2a..cce4904d88d 100644
--- a/nt/runemacs.c
+++ b/nt/runemacs.c
@@ -40,6 +40,9 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
/* #define CHOOSE_NEWEST_EXE */
+#define DEFER_MS_W3_H
+#include <config.h>
+
#include <windows.h>
#include <string.h>
#include <malloc.h>