mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
We dropped support for MSVC long ago, and nowadays only support MinGW for the MS-Windows builds of Emacs. * src/w32term.h: * src/w32fns.c: * src/w32.c: * nt/inc/sys/socket.h: * nt/inc/stdalign.h: * nt/inc/ms-w32.h: Remove MSVC-specific code and preprocessor conditions. * nt/inc/ms-w32.h: Don't redirect Posix functions to MS _FOO equivalents, as MinGW headers do that nowadays better, not necessarily via functions, and do not disable that when __STDC__ is defined. |
||
|---|---|---|
| .. | ||
| arpa | ||
| netinet | ||
| sys | ||
| dirent.h | ||
| grp.h | ||
| inttypes.h | ||
| langinfo.h | ||
| mingw_time.h | ||
| ms-w32.h | ||
| netdb.h | ||
| nl_types.h | ||
| pwd.h | ||
| signal.h | ||
| stdalign.h | ||
| stdbool.h | ||
| stdint.h | ||
| unistd.h | ||