summaryrefslogtreecommitdiff
path: root/nt/addpm.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/addpm.c
parentd64936d8f6dfb7abbf5d6700b040be8937b7f22a (diff)
downloademacs-beb265450c01b3e3188f844ff0fb961d9df79071.tar.gz
Include <config.h> first in MS-Windows source
Diffstat (limited to 'nt/addpm.c')
-rw-r--r--nt/addpm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/addpm.c b/nt/addpm.c
index f54a6ea9f7c..f07e4c2c5a6 100644
--- a/nt/addpm.c
+++ b/nt/addpm.c
@@ -34,6 +34,10 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
installed, then the DDE fallback for creating icons the Windows 3.1
progman way will be used instead, but that is prone to lockups
caused by other applications not servicing their message queues. */
+
+#define DEFER_MS_W3_H
+#include <config.h>
+
#include <stdlib.h>
#include <stdio.h>
#include <malloc.h>