You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code-base is largely platform independent, but there are still a few Win32 specific API calls.
This enhancement entails using #ifdef ... #else ... #endif blocks to turn the currently platform specific portions of the code into platform independent versions.
The text was updated successfully, but these errors were encountered:
The code-base is largely platform independent, but there are still a few Win32 specific API calls.
This enhancement entails using
#ifdef
...#else
...#endif
blocks to turn the currently platform specific portions of the code into platform independent versions.The text was updated successfully, but these errors were encountered: