Let's face it, GTK's resizing is broken and
I cannot repair it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "unistd.h"
|
||||
|
||||
// add more here if you run into problems
|
||||
#if defined(__SUN__) && !defined(__SunOs_5_6) && !defined(__SunOs_5_7)
|
||||
#if defined(__SUN__) && !defined(__SunOs_5_6) && !defined(__SunOs_5_7) && !defined(__SUNPRO_CC)
|
||||
extern "C"
|
||||
{
|
||||
void usleep(unsigned long usec);
|
||||
|
Reference in New Issue
Block a user