Okay sooooo fun fact:
Kernel32, GDI32, etc alphabetize the ordinals, which shifts them around as new functions are added to new versions of Windows.
This is presumably so you can binary search the names.
However, Lz32.dll does not follow this. Or at least, didn't in Win98.
add a skeleton here at some point
27 days ago