diff options
| author | Eli Zaretskii | 2013-03-30 14:10:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-30 14:10:41 +0300 |
| commit | 8934438ad1d95a47ed772fae3261d64805c47289 (patch) | |
| tree | cdd65c64873ac89ee3fd7aa6836a248f8fdf7419 | |
| parent | 6cd0eaeb6b39905e620f7b248665243b12f2f335 (diff) | |
| download | emacs-8934438ad1d95a47ed772fae3261d64805c47289.tar.gz emacs-8934438ad1d95a47ed772fae3261d64805c47289.zip | |
Fixed redefinition of EMACS_CONFIGURATION.
| -rw-r--r-- | nt/inc/ms-w32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index 5c1880b8f28..39820bf2f08 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h | |||
| @@ -399,10 +399,12 @@ extern int sys_kill (int, int); | |||
| 399 | #define getdefdir(_drv, _buf) _getdcwd (_drv, _buf, MAXPATHLEN) | 399 | #define getdefdir(_drv, _buf) _getdcwd (_drv, _buf, MAXPATHLEN) |
| 400 | #endif | 400 | #endif |
| 401 | 401 | ||
| 402 | #ifndef EMACS_CONFIGURATION | ||
| 402 | extern char *get_emacs_configuration (void); | 403 | extern char *get_emacs_configuration (void); |
| 403 | extern char *get_emacs_configuration_options (void); | 404 | extern char *get_emacs_configuration_options (void); |
| 404 | #define EMACS_CONFIGURATION get_emacs_configuration () | 405 | #define EMACS_CONFIGURATION get_emacs_configuration () |
| 405 | #define EMACS_CONFIG_OPTIONS get_emacs_configuration_options () | 406 | #define EMACS_CONFIG_OPTIONS get_emacs_configuration_options () |
| 407 | #endif | ||
| 406 | 408 | ||
| 407 | /* Define this so that winsock.h definitions don't get included with | 409 | /* Define this so that winsock.h definitions don't get included with |
| 408 | windows.h. For this to have proper effect, config.h must always be | 410 | windows.h. For this to have proper effect, config.h must always be |