Ignore:
Timestamp:
09/04/2009 23:45:34 (3 years ago)
Author:
chris
Message:

Fix compile error due to misisng signals on Windows. httpserver test
still does not pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/test/httpserver/testhttpserver.cpp

    r2454 r2497  
    359359        TEST_THAT(::system("perl testfiles/testrequests.pl") == 0); 
    360360 
     361        #ifndef WIN32 
    361362        signal(SIGPIPE, SIG_IGN); 
     363        #endif 
    362364 
    363365        SocketStream sock; 
Note: See TracChangeset for help on using the changeset viewer.