These functions were always marked as being implementation-only, but we can actually do better and make them private, by making the dialog hook function a (static) member of wxFileDialogMSWData and making this class (which is now a class and not a struct any more, as it's not just a collection of fields any longer) a friend of wxFileDialog. No real changes.