SteamRE / open-steamworks

Open Steamworks is a set of reverse engineered headers for the Valve's Steam Client. More or less abandoned now that the Steamworks SDK is publically available.
252 stars 86 forks source link

Fix W4 signed-to-unsigned warnings #17

Closed CookiePLMonster closed 8 years ago

CookiePLMonster commented 9 years ago

Compiling a project linking OSW with Warnings Level 4 set was throwing warnings at these lines. Ideally, I'd turn them into 0xFFFFFFFE and 0xFFFFFFFD but that would break when compiling for big endian platforms - provided OSW aims to support PS3 too.