b1d8671bd4
MSVC doesn't export any functions at all by default, contrary to gcc which exports all global functions by default. Doing the same for linux/OS X isn't too hard, but they use yet two other, different syntaxes for the corresponding symbol file.
6 lines
76 B
Modula-2
6 lines
76 B
Modula-2
EXPORTS
|
|
CreateDecoder
|
|
DestroyDecoder
|
|
CreateSVCEncoder
|
|
DestroySVCEncoder
|