Missing JNIEXPORT / JNICALL in Java_org_cocos2dx_lib_Cocos2dxHelper.cpp

All JNI functions of cocos2dx/platform/android/jni/Java_org_cocos2dx_lib_Cocos2dxHelper.cpp miss the proper JNIEXPORT <return_type> JNICALL decoration.
That prevents them from being exported and I had to patch them to get my app working fine on Android.

Please see pull request here :