Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8523 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Jun 16, 2006, 11:16:38 AM (19 years ago)
Author:
bensch
Message:

trunk: compiles on Windows: DANGER: THE LINUX PORT MAY BE COMPROMISED

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/simple_game_menu.cc

    r8518 r8523  
    191191#include <ApplicationServices/ApplicationServices.h>
    192192#elif defined __WIN32__
    193 #include <shellapi.h>
     193//#include <shellapi.h>
    194194#endif
    195195
     
    205205  CFRelease (url_handle);
    206206#elif defined __WIN32__
    207   ShellExecute(GetActiveWindow(),
     207  /*  ShellExecute(GetActiveWindow(),
    208208               "open", URL.c_str(), NULL, NULL, SW_SHOWNORMAL);
    209 }
     209               }*/
    210210#endif
    211211  PRINTF(3)("loaded external webpage %s\n", URL.c_str());
Note: See TracChangeset for help on using the changeset viewer.