libkcutil.sym.in 324 B

1234567891011121314151617181920212223242526272829
  1. KERNEL32_1 {
  2. global:
  3. GetSystemTimeAsFileTime;
  4. GetTempPath;
  5. GlobalAlloc;
  6. Sleep;
  7. lstrcmpW;
  8. lstrcpyW;
  9. lstrlenW;
  10. extern "C++" {
  11. operator*GUID*;
  12. };
  13. };
  14. OLE32_1 {
  15. global:
  16. CoCreateGuid;
  17. };
  18. KC_@PACKAGE_VERSION@ {
  19. global:
  20. extern "C++" {
  21. KC::*;
  22. typeinfo*;
  23. vtable*;
  24. *::_Rep::_S_empty_rep_storage;
  25. };
  26. local:
  27. *;
  28. };