From Toralf Förster:

Small cleanup of preprocessor logic.

svn path=/trunk/; revision=27212
This commit is contained in:
Jaap Keuter 2009-01-11 18:16:50 +00:00
parent 2dcd9d6e30
commit 69463d1fd0
1 changed files with 1 additions and 2 deletions

View File

@ -2332,8 +2332,7 @@ main(int argc, char *argv[])
#ifdef _WIN32
WSADATA wsaData;
#endif /* _WIN32 */
#ifndef _WIN32
#else
struct sigaction action, oldaction;
#endif