aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
authorStefan Monnier2010-12-10 19:13:08 -0500
committerStefan Monnier2010-12-10 19:13:08 -0500
commit2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch)
treef26dc9f22861dc37610de319d05255de058c221b /src/w32.c
parent0c747cb143fa227e78f350ac353d703f489209df (diff)
parent175069efeb080517afefdd44a06f7a779ea8c25c (diff)
downloademacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz
emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip
Merge from trunk
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/w32.c b/src/w32.c
index ae34ac6aadb..d8c85bf5108 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -38,9 +38,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
38 38
39/* must include CRT headers *before* config.h */ 39/* must include CRT headers *before* config.h */
40 40
41#ifdef HAVE_CONFIG_H
42#include <config.h> 41#include <config.h>
43#endif
44 42
45#undef access 43#undef access
46#undef chdir 44#undef chdir
@@ -97,7 +95,7 @@ typedef struct _MEMORY_STATUS_EX {
97#include <w32api.h> 95#include <w32api.h>
98#if !defined(__MINGW32__) || __W32API_MAJOR_VERSION < 3 || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 15) 96#if !defined(__MINGW32__) || __W32API_MAJOR_VERSION < 3 || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 15)
99/* This either is not in psapi.h or guarded by higher value of 97/* This either is not in psapi.h or guarded by higher value of
100 _WIN32_WINNT than what we use. w32api suplied with MinGW 3.15 98 _WIN32_WINNT than what we use. w32api supplied with MinGW 3.15
101 defines it in psapi.h */ 99 defines it in psapi.h */
102typedef struct _PROCESS_MEMORY_COUNTERS_EX { 100typedef struct _PROCESS_MEMORY_COUNTERS_EX {
103 DWORD cb; 101 DWORD cb;
@@ -6086,5 +6084,3 @@ serial_configure (struct Lisp_Process *p, Lisp_Object contact)
6086 6084
6087/* end of w32.c */ 6085/* end of w32.c */
6088 6086
6089/* arch-tag: 90442dd3-37be-482b-b272-ac752e3049f1
6090 (do not change this comment) */