[BACK]Return to patch-src_tools_radiant_radiant_url_cpp CVS log [TXT][DIR] Up to [local] / ports / games / ufoai / base / patches

Annotation of ports/games/ufoai/base/patches/patch-src_tools_radiant_radiant_url_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/tools/radiant/radiant/url.cpp.orig     Mon Apr 25 19:50:03 2011
        !             3: +++ src/tools/radiant/radiant/url.cpp  Mon Apr 25 19:50:42 2011
        !             4: @@ -30,7 +30,7 @@
        !             5:  static inline bool open_url(const char* url) {
        !             6:        return ShellExecute((HWND)GDK_WINDOW_HWND (GTK_WIDGET(GlobalRadiant().getMainWindow())->window), "open", url, 0, 0, SW_SHOW) > (HINSTANCE)32;
        !             7:  }
        !             8: -#elif defined(__linux__) || defined(__FreeBSD__)
        !             9: +#elif defined(__linux__) || defined(__FreeBSD__) || defined (__OpenBSD__)
        !            10:  #include <stdlib.h>
        !            11:  static inline bool open_url (const char* url)
        !            12:  {

CVSweb