aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/ms-w32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 09d31ed2e04..503c8547c69 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -477,8 +477,10 @@ extern char *get_emacs_configuration_options (void);
477 must include config.h to pick up this pragma. */ 477 must include config.h to pick up this pragma. */
478 478
479/* Names must be < 8 bytes */ 479/* Names must be < 8 bytes */
480#ifdef _MSC_VER
480#pragma data_seg("EMDATA") 481#pragma data_seg("EMDATA")
481#pragma bss_seg("EMBSS") 482#pragma bss_seg("EMBSS")
483#endif
482 484
483/* #define FULL_DEBUG */ 485/* #define FULL_DEBUG */
484/* #define EMACSDEBUG */ 486/* #define EMACSDEBUG */