support centos 5

This commit is contained in:
PyYoshi 2013-08-03 18:45:18 +09:00
parent 248a39a83f
commit 7a0ac6ace7

View file

@ -1,5 +1,4 @@
/* The classes below are not exported */ /* The classes below are not exported */
#pragma GCC visibility push(hidden)
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
@ -18,4 +17,3 @@ protected:
const char *mDetectedCharset; const char *mDetectedCharset;
}; };
#pragma GCC visibility pop