simplelib.c 70 B

123456
  1. #ifdef _WIN32
  2. __declspec(dllexport)
  3. #endif
  4. void simplelib(void)
  5. {
  6. }