aboutsummaryrefslogtreecommitdiff
path: root/src/wincrt.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unnecessary and/or confusing stuffGravatar Michael Smith 2024-02-261-2/+2
|
* Remove vcruntime140.dll dependencyGravatar Michael Smith 2023-08-271-0/+48
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.