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.
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.
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.