Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 24, 2004, 9:43:22 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/updater: checking if pthread is an option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_update.h

    r3272 r3273  
    1414#include <curl/easy.h>
    1515#endif /* HAVE_CURL */
     16#ifdef HAVE_PTHREAD_H
    1617#include <pthread.h>
     18#endif /* HAVE_PTHREAD_H */
    1719using namespace std;
    1820
     
    6466  static gint cancelDownload(GtkWidget* w, GdkEventKey* event, void* bar);
    6567#endif /* HAVE_GTK2 */ 
     68#ifdef HAVE_PTHREAD_H
    6669  static pthread_t* downloadThreadID;
     70#endif /* HAVE_PTHREAD_H */
    6771  static bool isDownloading;
    6872
Note: See TracChangeset for help on using the changeset viewer.