Don't use Unix-specific wxGTK utility functions under non-Unix.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Jun 2012 21:34:54 +0000 (21:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Jun 2012 21:34:54 +0000 (21:34 +0000)
commit85b1dc6e3cc461746ed41828052f86040b0b2dfb
treefc84fbd5c6a924e31f6ce1a22747fcd7f3556f02
parenta7130edbab452196921daabd3748c3538e82607b
Don't use Unix-specific wxGTK utility functions under non-Unix.

Unix-specific functions shouldn't be used under Windows, add "#ifdef __UNIX__"
guards around them.

Closes #14410.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/utilsgtk.cpp