I built upon the MozVoikko code, and in doing so noticed two things:
- The locale format aa_BB is wrong; Should be aa-BB (_ vs -).
- On Windows, using the WINAPI calling convention doesn't work, even if the DLL exports WINAPI functions. Using default CDECL in both places works fine.