Ticket #23708: patch-gsocket.diff

File patch-gsocket.diff, 339 bytes (added by jsplifer@…, 14 years ago)

Patch file that got wxgtk to compile for me.

  • src/gtk/gsockgtk.cpp

    old new  
    1515#include <stdlib.h>
    1616#include <stdio.h>
    1717
     18#define GSocket GlibGSocket
     19
    1820#include <gdk/gdk.h>
    1921#include <glib.h>
    2022
     23#undef GSocket
     24
    2125#include "wx/gsocket.h"
    2226#include "wx/unix/gsockunx.h"
    2327