unref.c 74 B

12345678
  1. #if defined(_WIN32)
  2. __declspec(dllexport)
  3. #endif
  4. void unref(void)
  5. {
  6. }