summaryrefslogtreecommitdiff
path: root/lib-src
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 /lib-src
parentd64936d8f6dfb7abbf5d6700b040be8937b7f22a (diff)
downloademacs-beb265450c01b3e3188f844ff0fb961d9df79071.tar.gz
Include <config.h> first in MS-Windows source
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ntlib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c
index bcbc0064318..f1c68cb1b2a 100644
--- a/lib-src/ntlib.c
+++ b/lib-src/ntlib.c
@@ -20,6 +20,9 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
+#define DEFER_MS_W3_H
+#include <config.h>
+
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>