some fixes from the SGI build log
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,6 +24,8 @@ public:
|
|||||||
wxDataFormat( const wxChar *id );
|
wxDataFormat( const wxChar *id );
|
||||||
wxDataFormat( NativeFormat format );
|
wxDataFormat( NativeFormat format );
|
||||||
|
|
||||||
|
wxDataFormat& operator=(const wxDataFormat& format)
|
||||||
|
{ m_type = format.m_type; m_format = format.m_format; return *this; }
|
||||||
wxDataFormat& operator=(NativeFormat format)
|
wxDataFormat& operator=(NativeFormat format)
|
||||||
{ SetId(format); return *this; }
|
{ SetId(format); return *this; }
|
||||||
|
|
||||||
|
@@ -24,6 +24,8 @@ public:
|
|||||||
wxDataFormat( const wxChar *id );
|
wxDataFormat( const wxChar *id );
|
||||||
wxDataFormat( NativeFormat format );
|
wxDataFormat( NativeFormat format );
|
||||||
|
|
||||||
|
wxDataFormat& operator=(const wxDataFormat& format)
|
||||||
|
{ m_type = format.m_type; m_format = format.m_format; return *this; }
|
||||||
wxDataFormat& operator=(NativeFormat format)
|
wxDataFormat& operator=(NativeFormat format)
|
||||||
{ SetId(format); return *this; }
|
{ SetId(format); return *this; }
|
||||||
|
|
||||||
|
@@ -33,7 +33,6 @@ void _GSocket_GDK_Input(gpointer data,
|
|||||||
|
|
||||||
void _GSocket_GUI_Init(GSocket *socket)
|
void _GSocket_GUI_Init(GSocket *socket)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
gint *m_id;
|
gint *m_id;
|
||||||
|
|
||||||
socket->m_gui_dependent = (char *)malloc(sizeof(gint)*2);
|
socket->m_gui_dependent = (char *)malloc(sizeof(gint)*2);
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -33,7 +33,6 @@ void _GSocket_GDK_Input(gpointer data,
|
|||||||
|
|
||||||
void _GSocket_GUI_Init(GSocket *socket)
|
void _GSocket_GUI_Init(GSocket *socket)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
gint *m_id;
|
gint *m_id;
|
||||||
|
|
||||||
socket->m_gui_dependent = (char *)malloc(sizeof(gint)*2);
|
socket->m_gui_dependent = (char *)malloc(sizeof(gint)*2);
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -13,7 +13,7 @@
|
|||||||
WXDIR = $(WXWIN)
|
WXDIR = $(WXWIN)
|
||||||
!include $(WXDIR)\src\makeb32.env
|
!include $(WXDIR)\src\makeb32.env
|
||||||
|
|
||||||
LIBS=$(WXLIB) $(EXTRALIBS) cw32mt import32 ole2w32 winpng zlib jpeg odbc32
|
LIBS=$(WXLIB) $(EXTRALIBS) cw32mt import32 ole2w32 winpng zlib jpeg xpm tiff odbc32
|
||||||
|
|
||||||
!if "$(FINAL)" == "0"
|
!if "$(FINAL)" == "0"
|
||||||
LINKFLAGS=/v /c /Tpe /L$(WXLIBDIR);$(BCCDIR)\lib $(EXTRALINKFLAGS)
|
LINKFLAGS=/v /c /Tpe /L$(WXLIBDIR);$(BCCDIR)\lib $(EXTRALINKFLAGS)
|
||||||
|
Reference in New Issue
Block a user