diff options
| author | Juanma Barranquero | 2012-07-07 02:20:56 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-07-07 02:20:56 +0200 |
| commit | 07adc2c63b17a5829879886901cb731483a469cd (patch) | |
| tree | eac3be41bbf371c67e34ee95181cabd2e73d09ae /src/s | |
| parent | 82fd0d8bed18ab961c9060325de4f17ed0ad94c9 (diff) | |
| download | emacs-07adc2c63b17a5829879886901cb731483a469cd.tar.gz emacs-07adc2c63b17a5829879886901cb731483a469cd.zip | |
Update Windows port to gnulib changes in 2012-07-06T21:07:46Z!eggert@cs.ucla.edu.
* lib-src/makefile.w32-in ($(BLD)/ctags.$(O), $(BLD)/etags.$(O)):
Update dependencies.
* lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
$(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
($(BLD)/c-strncasecmp.$(O)): New dependencies.
* src/makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
Update dependencies.
* src/s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/ms-w32.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 866ffc9c048..1557edaa161 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -148,12 +148,6 @@ struct sigaction { | |||
| 148 | #define MAXPATHLEN _MAX_PATH | 148 | #define MAXPATHLEN _MAX_PATH |
| 149 | #endif | 149 | #endif |
| 150 | 150 | ||
| 151 | /* MinGW has these in its library; MSVC doesn't. */ | ||
| 152 | #ifdef _MSC_VER | ||
| 153 | #define strcasecmp(s1,s2) _stricmp(s1,s2) | ||
| 154 | #define strncasecmp(s1,s2) _strnicmp(s1,s2) | ||
| 155 | #endif | ||
| 156 | |||
| 157 | #ifdef HAVE_NTGUI | 151 | #ifdef HAVE_NTGUI |
| 158 | #define HAVE_WINDOW_SYSTEM 1 | 152 | #define HAVE_WINDOW_SYSTEM 1 |
| 159 | #define HAVE_MENUS 1 | 153 | #define HAVE_MENUS 1 |