Changeset 3273 in orxonox.OLD for orxonox/branches/updater/src/gui/orxonox_gui_update.h
- Timestamp:
- Dec 24, 2004, 9:43:22 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_update.h
r3272 r3273 14 14 #include <curl/easy.h> 15 15 #endif /* HAVE_CURL */ 16 #ifdef HAVE_PTHREAD_H 16 17 #include <pthread.h> 18 #endif /* HAVE_PTHREAD_H */ 17 19 using namespace std; 18 20 … … 64 66 static gint cancelDownload(GtkWidget* w, GdkEventKey* event, void* bar); 65 67 #endif /* HAVE_GTK2 */ 68 #ifdef HAVE_PTHREAD_H 66 69 static pthread_t* downloadThreadID; 70 #endif /* HAVE_PTHREAD_H */ 67 71 static bool isDownloading; 68 72
Note: See TracChangeset
for help on using the changeset viewer.