Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 16, 2008, 11:07:34 PM (16 years ago)
Author:
rgrieder
Message:

moved SignalHandler from core to orxonox

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/orxonox/SignalHandler.cc

    r1605 r1607  
    3232*/
    3333
     34#include "OrxonoxStableHeaders.h"
    3435#include "SignalHandler.h"
    3536
     
    3940SignalHandler * SignalHandler::singletonRef = NULL;
    4041
    41 #ifndef __WIN32__
     42#if ORXONOX_PLATFORM != ORXONOX_PLATFORM_WIN32
    4243
    4344#include <wait.h>
     
    349350}
    350351
    351 #endif /* __WIN32__ */
     352#endif /* ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32 */
Note: See TracChangeset for help on using the changeset viewer.