diff options
Diffstat (limited to 'src/w32.c')
| -rw-r--r-- | src/w32.c | 6 |
1 files changed, 1 insertions, 5 deletions
| @@ -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 */ |
| 102 | typedef struct _PROCESS_MEMORY_COUNTERS_EX { | 100 | typedef 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) */ | ||