diff options
author | Steve Huston <shuston@riverace.com> | 2000-09-13 02:02:29 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-09-13 02:02:29 +0000 |
commit | 618bf395d309986bb92661878ead41c15eab8100 (patch) | |
tree | 8e5206e91e27678b21c96cb147732268c1291229 /ace/config-win32-common.h | |
parent | d7b44f6576f1d26168b6b1d28c6de33ee1f4cda9 (diff) | |
download | ATCD-618bf395d309986bb92661878ead41c15eab8100.tar.gz |
ChangeLogTag:Tue Sep 12 22:00:31 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index bf60d286ad1..9177672e4a4 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -162,7 +162,7 @@ // below if you need to raise or lower it. #if defined (FD_SETSIZE) -#undef +#undef FD_SETSIZE #define FD_SETSIZE 1024 #endif /* FD_SETSIZE */ |