• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

preprocessor

  1. Linxsis

    Fix/Patch Cross Platform Linux/Windows - Preprocessor Directive - Solution to missing method

    I recently came across an issue compiling while working both in Linux & Windows. The issue was a method which did not exist in Linux but existed in Windows. To resolve the issue I wrote this within the source document. #ifdef __linux__ #ifndef /* miss_method */ #define /*...
Back
Top