diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-08-22 21:52:41 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-08-22 21:52:41 +0000 |
commit | 8040b3ba6e6247092e0837c4e474967d18a635a7 (patch) | |
tree | cdb8b40bc997fcc6f4def5a25f27e5eb61fcb27e /nt/runemacs.c | |
parent | 8b1709cc9146d42cf694d87e4f97d7b9e09ad0ed (diff) | |
download | emacs-8040b3ba6e6247092e0837c4e474967d18a635a7.tar.gz |
Remove WIN32 define.
Diffstat (limited to 'nt/runemacs.c')
-rw-r--r-- | nt/runemacs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nt/runemacs.c b/nt/runemacs.c index c1b28951748..b918bec7249 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c @@ -20,8 +20,6 @@ /* #define CHOOSE_NEWEST_EXE */ -#define WIN32 - #include <windows.h> #include <string.h> #include <malloc.h> |