NanoMichael / MicroTeX

A dynamic, cross-platform, and embeddable LaTeX rendering library
MIT License
403 stars 67 forks source link

fix: build dll in win32 #89

Closed PikachuHy closed 2 years ago

PikachuHy commented 2 years ago

In win, we use __declspec(dllexport) to export symbols when building dll and use __declspec(dllimport) to import symbols from dll.

PikachuHy commented 2 years ago

thanks