]> git.eshelyaron.com Git - emacs.git/commitdiff
Include <config.h> first in MS-Windows source
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Oct 2021 03:35:18 +0000 (20:35 -0700)
committerEli Zaretskii <eliz@gnu.org>
Sun, 24 Oct 2021 17:22:17 +0000 (20:22 +0300)
lib-src/ntlib.c
nt/addpm.c
nt/cmdproxy.c
nt/ddeclient.c
nt/preprep.c
nt/runemacs.c

index bcbc00643187d592cc8795d37e787d7050d9831f..f1c68cb1b2acd5af7a0ab1f4b78e000665f80088 100644 (file)
@@ -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>
index f54a6ea9f7c07cd8181008d347620157d1901f13..f07e4c2c5a60817e9a22b2cc9b8da0d49c14dac8 100644 (file)
@@ -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>
index 224f68b1e856d45334c88ec643465308e37508e9..2bc03673d5a9ce95cb3e597a34b2cd4ed6a5e594 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.  */
 
+#define DEFER_MS_W3_H
+#include <config.h>
+
 #include <windows.h>
 
 #include <stdarg.h>  /* va_args */
index c577bfcfa93c374d46343674bc73d59e83300f81..1c1f7679ea19d0d5e9165963bdcf158daf44de2b 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.  */
 
+#define DEFER_MS_W3_H
+#include <config.h>
+
 #include <windows.h>
 #include <ddeml.h>
 #include <stdlib.h>
index 78ed1c32381a84dd7239552fa9a217b847d95455..48c55ef2218f5b2d84c92bba654171a33c82cafd 100644 (file)
@@ -21,6 +21,9 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
      based on code from addsection.c
 */
 
+#define DEFER_MS_W3_H
+#include <config.h>
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <fcntl.h>
index 308e856be2a326803b281bd6a80649ade6ba0a57..cce4904d88d8c2be966f3ffa44ac464d7464f747 100644 (file)
@@ -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>