summaryrefslogtreecommitdiffhomepage
path: root/src/wincrt.c
AgeCommit message (Collapse)Author
2024-02-26Remove some unnecessary and/or confusing stuffMichael Smith
2023-08-27Remove vcruntime140.dll dependencyMichael Smith
This will save users having to install the VS runtime in order to load the plugin. Turns out there was very little to implement to make this work. Turning off stack probing might cause spooky outcomes further down the line but we'll burn that bridge when we get there.