diff options
Diffstat (limited to 'src/w32proc.c')
| -rw-r--r-- | src/w32proc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index af923723709..ae4e725b6ef 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -1694,8 +1694,6 @@ set_process_dir (char * dir) | |||
| 1694 | process_dir = dir; | 1694 | process_dir = dir; |
| 1695 | } | 1695 | } |
| 1696 | 1696 | ||
| 1697 | #ifdef HAVE_SOCKETS | ||
| 1698 | |||
| 1699 | /* To avoid problems with winsock implementations that work over dial-up | 1697 | /* To avoid problems with winsock implementations that work over dial-up |
| 1700 | connections causing or requiring a connection to exist while Emacs is | 1698 | connections causing or requiring a connection to exist while Emacs is |
| 1701 | running, Emacs no longer automatically loads winsock on startup if it | 1699 | running, Emacs no longer automatically loads winsock on startup if it |
| @@ -1759,8 +1757,6 @@ socket connections still exist. */) | |||
| 1759 | return term_winsock () ? Qt : Qnil; | 1757 | return term_winsock () ? Qt : Qnil; |
| 1760 | } | 1758 | } |
| 1761 | 1759 | ||
| 1762 | #endif /* HAVE_SOCKETS */ | ||
| 1763 | |||
| 1764 | 1760 | ||
| 1765 | /* Some miscellaneous functions that are Windows specific, but not GUI | 1761 | /* Some miscellaneous functions that are Windows specific, but not GUI |
| 1766 | specific (ie. are applicable in terminal or batch mode as well). */ | 1762 | specific (ie. are applicable in terminal or batch mode as well). */ |
| @@ -2268,10 +2264,9 @@ syms_of_ntproc (void) | |||
| 2268 | DEFSYM (Qhigh, "high"); | 2264 | DEFSYM (Qhigh, "high"); |
| 2269 | DEFSYM (Qlow, "low"); | 2265 | DEFSYM (Qlow, "low"); |
| 2270 | 2266 | ||
| 2271 | #ifdef HAVE_SOCKETS | ||
| 2272 | defsubr (&Sw32_has_winsock); | 2267 | defsubr (&Sw32_has_winsock); |
| 2273 | defsubr (&Sw32_unload_winsock); | 2268 | defsubr (&Sw32_unload_winsock); |
| 2274 | #endif | 2269 | |
| 2275 | defsubr (&Sw32_short_file_name); | 2270 | defsubr (&Sw32_short_file_name); |
| 2276 | defsubr (&Sw32_long_file_name); | 2271 | defsubr (&Sw32_long_file_name); |
| 2277 | defsubr (&Sw32_set_process_priority); | 2272 | defsubr (&Sw32_set_process_priority); |