glib/goption.c: Fix build on MSVC
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 23 Jan 2014 09:32:50 +0000 (17:32 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 23 Jan 2014 09:32:50 +0000 (17:32 +0800)
commitc5e989c6d8d13542fcdd47905e98c980d7d7603d
tree71a3b06899cf365b1de71dbf5ab14c018d168a95
parent1c8035066ea2ce92f5c7c7d8f8715896012fdb02
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.
glib/goption.c