LinkOptionsLib.c 87 B

1234567
  1. #if defined(_WIN32)
  2. __declspec(dllexport)
  3. #endif
  4. int flags_lib(void)
  5. {
  6. return 0;
  7. }