# knowledge of the CeCILL-B license and that you accept its terms.
# ------------------------------------------------------------------------ */
+//__asm__(".symver fcntl64,fcntl64@GLIBC_2.27");
#ifdef _USE_WXWIDGETS_
+
#include <exception>
//==========================================================================
-
-
-
//==========================================================================
// The `main program' equivalent, creating the windows and returning the
// main frame
bool wxBBIApp::OnInit( )
{
+
//Borrame
//FILE *ff; ff = fopen ("/tmp/wt.log","a+"); fprintf(ff,"EED wxBBIApp::OnInit\n"); fclose(ff);
{
int i,size=lstIn.size();
-// Patch to put spaces at the beginin
+
+#if defined(_WIN32)
+ // Patch to put spaces at the beginin
+#else
+ // Patch to put spaces at the beginin
int strLength=-1;
// Looking for the longest string
for (i=0 ;i<size; i++)
len2 = strLength - lstIn[i].length();
for (ii=0;ii<len2;ii++)
{
- lstIn[i]=" "+lstIn[i]; // 3 space characters
+ lstIn[i]=" "+lstIn[i]; // spaces characters
} // for ii
} // for i
+#endif // defined(_WIN32)
itemcontainer->Clear();
for (i=0;i<size; i++)