00001 /*------------------------------------------------------------------------*/ 00013 #ifndef PLATFORM_H 00014 #define PLATFORM_H 00015 00016 00017 /* ヘッダファイル */ 00018 #include "config.h" 00019 00020 00021 // 未定義の場合はデフォルト値を設定する 00022 #ifndef __PLATFORM__ 00023 #define __PLATFORM__ NULL 00024 #endif 00025 00026 #ifndef __DYLIBSUFFIX__ 00027 #define __DYLIBSUFFIX__ ".so" 00028 #endif 00029 00030 00031 #endif /* PLATFORM_H */ 00032
1.5.0