Commit Graph

3 Commits

Author SHA1 Message Date
Joshua Peisach
cc47df0b62
Revert "Define WIN32_LEAN_AND_MEAN when importing windows.h"
This reverts commit 33048db81a.

This screws up the build. The context shouldn't change that much anyways
2023-09-08 17:26:47 -04:00
Joshua Peisach
33048db81a
Define WIN32_LEAN_AND_MEAN when importing windows.h
This way, when preprocessing, only the relevant windows API structures
will be generated.
2023-09-08 14:18:44 -04:00
Mark Langen
889fd886f0
MxSemphore + MxThread + MxThread implementions (#80)
* Add MxSemphore + MxThread and the two implementations I could find
  of MxThread (consumers extend it and override the Run method).

* Implement a function in MxDiskStreamProvider which uses thread and
  semaphore to confirm correct layout / size of those classes.

* All 100% match except two functions with a pair of registers swapped.
2023-07-07 11:00:48 -07:00