class WXDLLEXPORT wxConsoleAppTraits : public wxConsoleAppTraitsBase
{
public:
+ // other miscellaneous helpers
+ // ---------------------------
+
+ virtual int GetOSVersion(int *verMaj, int *verMin);
};
#if wxUSE_GUI
class WXDLLEXPORT wxGUIAppTraits : public wxGUIAppTraitsBase
{
public:
+ // other miscellaneous helpers
+ // ---------------------------
+
+ virtual int GetOSVersion(int *verMaj, int *verMin);
};
#endif // wxUSE_GUI