rust9x / rust

Empowering everyone to build reliable and efficient software, even for Windows 9x/Me/NT/2000/XP/Vista.
https://github.com/rust9x/rust/wiki
Other
334 stars 10 forks source link

Notes for future Rust version upgrades #19

Open seritools opened 8 months ago

seritools commented 8 months ago

Things to check:

seritools commented 7 months ago

Oh yeah, I made a few small changes t'other day, Might be in nightly by now:

GetSystemTimePreciseAsFileTime is now imported directly Use ProcessPrng (because BCryptGenRandom crashes firefox) Always use WaitOnAddress

These do not affect the win7 target tho.

Will need to extend the added #[cfg(not(target_vendor = "win7"))] checks

seritools commented 6 months ago
seritools commented 6 months ago
seritools commented 4 months ago
seritools commented 3 months ago
seritools commented 3 months ago