From: Paul Eggert Date: Sun, 24 Oct 2021 03:35:18 +0000 (-0700) Subject: Include first in MS-Windows source X-Git-Tag: emacs-29.0.90~3671^2~440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=beb265450c01b3e3188f844ff0fb961d9df79071;p=emacs.git Include first in MS-Windows source --- 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 . */ +#define DEFER_MS_W3_H +#include + #include #include #include 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 . */ 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 + #include #include #include diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index 224f68b1e85..2bc03673d5a 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c @@ -27,6 +27,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 . */ +#define DEFER_MS_W3_H +#include + #include #include /* va_args */ diff --git a/nt/ddeclient.c b/nt/ddeclient.c index c577bfcfa93..1c1f7679ea1 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c @@ -16,6 +16,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 . */ +#define DEFER_MS_W3_H +#include + #include #include #include diff --git a/nt/preprep.c b/nt/preprep.c index 78ed1c32381..48c55ef2218 100644 --- a/nt/preprep.c +++ b/nt/preprep.c @@ -21,6 +21,9 @@ along with GNU Emacs. If not, see . based on code from addsection.c */ +#define DEFER_MS_W3_H +#include + #include #include #include 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 . */ /* #define CHOOSE_NEWEST_EXE */ +#define DEFER_MS_W3_H +#include + #include #include #include