Author :
Ran Benita
Date :
2025-01-25 06:18:59
Hash :2fb1b2e1 Message :Make XKB_EXPORT do dllexport on Windows
Without this, the test-internal libraries (which don't use the .def file
because they contain additional private symbols) can't be made shared.
But it also makes sense for consistency with GCC.
Signed-off-by: Ran Benita <ran@unusedvar.com>