glib/goption.c: Fix build on MSVC
Use #ifdef rather than #if, as MSVC does not like #if <macro> without parens, and this is the normal usage in other cases like this.
Showing
Please register or sign in to comment
Use #ifdef rather than #if, as MSVC does not like #if <macro> without parens, and this is the normal usage in other cases like this.