9d246fa5
1 2 3 4 5 6 7 8 9
#include "bbs.h" #ifdef I18N int main() { attach_SHM(); load_i18nstring(); return 0; } #endif