Changeset 30723 for lang/cplusplus

Show
Ignore:
Timestamp:
03/03/09 14:59:27 (4 years ago)
Author:
saturday06
Message:

moudamepo

Location:
lang/cplusplus/i3/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/i3/trunk/configure.ac

    r30668 r30723  
    5151        with_os=unix 
    5252        with_gui_default=cocoa 
    53         AC_DEFINE([I3_MULTITHREAD_OPENSTEP], [], [thread safe Cocoa/GNUstep]) 
    5453        ;; 
    5554    *) 
  • lang/cplusplus/i3/trunk/src/Mediator.cpp

    r30670 r30723  
    1717exit_status Mediator::start() 
    1818{ 
    19 #if !defined(MOL_GUI_GNUSTEP) || defined(I3_MULTITHREAD_OPENSTEP) 
     19#if !defined(MOL_GUI_GNUSTEP) || defined(__APPLE__) 
    2020    // threaded 
    2121    inputWindow.createUI();