git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20279
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "clipbrd.h"
#endif
#pragma implementation "clipbrd.h"
#endif
#if wxUSE_UNICODE
wxCharBuffer buf = st.ToAscii() ;
#else
#if wxUSE_UNICODE
wxCharBuffer buf = st.ToAscii() ;
#else
#endif
char* newdata = new char[strlen(buf)+1] ;
memcpy( newdata , buf , strlen(buf)+1 ) ;
#endif
char* newdata = new char[strlen(buf)+1] ;
memcpy( newdata , buf , strlen(buf)+1 ) ;
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "clipbrd.h"
#endif
#pragma implementation "clipbrd.h"
#endif
#if wxUSE_UNICODE
wxCharBuffer buf = st.ToAscii() ;
#else
#if wxUSE_UNICODE
wxCharBuffer buf = st.ToAscii() ;
#else
#endif
char* newdata = new char[strlen(buf)+1] ;
memcpy( newdata , buf , strlen(buf)+1 ) ;
#endif
char* newdata = new char[strlen(buf)+1] ;
memcpy( newdata , buf , strlen(buf)+1 ) ;