Is _WIN32 set for cross builds?

_WIN32 is set in compiler which targets Windows platform - no header or IDE is required. You can verify that using cc -dM -E - < /dev/null | grep WIN32 command.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3660/c2036167518@github.com>