diff options
| author | Jason Rumney | 2007-11-09 12:17:57 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-11-09 12:17:57 +0000 |
| commit | addedb8e244361a9d93154da650396fb1ef2a86e (patch) | |
| tree | 19941b24008c877c9b5ad2c8e46f299c2ced79b0 | |
| parent | 0b15176246c8f399c64d9046d5cc8a752f744b0b (diff) | |
| download | emacs-addedb8e244361a9d93154da650396fb1ef2a86e.tar.gz emacs-addedb8e244361a9d93154da650396fb1ef2a86e.zip | |
Define USE_TOOLKIT_SCROLL_BARS.
| -rw-r--r-- | src/s/ms-w32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 56a09f9b315..2881fa1eb75 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -292,6 +292,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 292 | #define HAVE_INET_SOCKETS 1 | 292 | #define HAVE_INET_SOCKETS 1 |
| 293 | 293 | ||
| 294 | #undef HAVE_AIX_SMT_EXP | 294 | #undef HAVE_AIX_SMT_EXP |
| 295 | #define USE_TOOLKIT_SCROLL_BARS 1 | ||
| 295 | 296 | ||
| 296 | /* Define if you have the ANSI `strerror' function. | 297 | /* Define if you have the ANSI `strerror' function. |
| 297 | Otherwise you must have the variable `char *sys_errlist[]'. */ | 298 | Otherwise you must have the variable `char *sys_errlist[]'. */ |