diff options
| author | Andrew Innes | 2000-09-03 17:40:40 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-09-03 17:40:40 +0000 |
| commit | cc48c6e7a4b379ef81b1837f8e9d18b1159b2b66 (patch) | |
| tree | 1eaea67f95ac2a499194f38a536afdfcb814b294 /src | |
| parent | 2bfd61a817f57b739884039e0d0f23bfd5afaf7f (diff) | |
| download | emacs-cc48c6e7a4b379ef81b1837f8e9d18b1159b2b66.tar.gz emacs-cc48c6e7a4b379ef81b1837f8e9d18b1159b2b66.zip | |
(ORDINARY_LINK): New define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/ms-w32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index a109dc9d91d..0ec0ef5f60b 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -189,6 +189,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 189 | is not ':', #define this to be the appropriate character constant. */ | 189 | is not ':', #define this to be the appropriate character constant. */ |
| 190 | #define SEPCHAR ';' | 190 | #define SEPCHAR ';' |
| 191 | 191 | ||
| 192 | #define ORDINARY_LINK 1 | ||
| 193 | |||
| 192 | /* ============================================================ */ | 194 | /* ============================================================ */ |
| 193 | 195 | ||
| 194 | /* Here, add any special hacks needed | 196 | /* Here, add any special hacks needed |