evmar / retrowin32

windows emulator
https://evmar.github.io/retrowin32/
Apache License 2.0
582 stars 26 forks source link

don't trace SetLastError when called internally #22

Closed evmar closed 4 months ago

evmar commented 4 months ago

As I was describing (I think?) this would cause us to not log a bunch of SetLastError. @encounter what do you think?

encounter commented 4 months ago

I'm okay with it! It seems more convenient to be able to call the winapi implementations directly without having to extract the logic into a separate function, but this definitely works.