#if defined(_WIN32)
__declspec(dllexport)
#endif
  int flags_lib(void)
{
  return 0;
}