OutpostUniverse / OP2Archive

Console Application for examining, creating, and extracting files from Outpost 2 .vol and .clm archives.
https://wiki.outpost2.net/doku.php?id=outpost_2:helper_programs:op2archive
MIT License
1 stars 0 forks source link

Fix MSVC X64 Compile Warnings #25

Closed Brett208 closed 6 years ago

Brett208 commented 6 years ago

I thought about trying to seperate out the OP2Utility API changes from fixing the MSVC X64 compile warnings. However, several of the API changes dealt with updating function variable arguments and returns to be of type size_t, so I thought it was better to do both at once.

-Brett

Brett208 commented 6 years ago

Thanks for reviewing the branch.