SVN rev 130に入っている。正しくコンパイルされるか確認してほしい。
Code:#if (defined(unix) || defined(unix)) && !defined(USG) #include <sys/param.h> // BSD定義を取得するため #endif #ifdef WXMAC_OSX #ifndef BSD #define BSD 1 #endif #endif
SVN rev 130に入っている。正しくコンパイルされるか確認してほしい。
Code:#if (defined(unix) || defined(unix)) && !defined(USG) #include <sys/param.h> // BSD定義を取得するため #endif #ifdef WXMAC_OSX #ifndef BSD #define BSD 1 #endif #endif