aboutsummaryrefslogtreecommitdiff
path: root/src/wincrt.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve the memcpy/memcmp functions a bitGravatar Michael Smith 13 days1-8/+21
| | | | | | I think memcpy might have been returning the wrong thing before, actually, but I guess it didn't matter in practice. Who the hell uses the return value from memcpy?
* 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.