Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 24, 2004, 5:38:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: minor changes

File:
1 edited

Legend:

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

    r3268 r3270  
    99#include "orxonox_gui.h"
    1010#include <stdio.h>
     11#ifdef HAVE_CURL
     12#include <curl/curl.h>
     13#include <curl/types.h>
     14#include <curl/easy.h>
     15#endif /* HAVE_CURL */
    1116using namespace std;
    1217
     
    5358  static int curlProgressFunc (ProgressBar* Bar, double totalSize, double progress, double upTotal, double upProgress);
    5459
     60  static CURL* curlHandle;
    5561  static void* download (void* fileInfo);
    5662#ifdef HAVE_GTK2
Note: See TracChangeset for help on using the changeset viewer.