X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc9abdf656740a2e433ecefb6ac6a090455e60c3..aa2fc802a96feb1d0ab31034f75ede2840cb0f60:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index afaacc7b4c..43a993e20a 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -613,7 +613,8 @@ enum wxWINDOWS_OS2, /* Native OS/2 PM */ wxUNIX, /* wxBase under Unix */ wxX11, /* Plain X11 and Universal widgets */ - wxPALMOS /* PalmOS */ + wxPALMOS, /* PalmOS */ + wxDOS /* wxBase under MS-DOS */ }; /* ---------------------------------------------------------------------------- */ @@ -1151,7 +1152,7 @@ enum wxGeometryCentre enum wxOrientation { - // don't change the values of these elements, they are used elsewhere + /* don't change the values of these elements, they are used elsewhere */ wxHORIZONTAL = 0x0004, wxVERTICAL = 0x0008, @@ -2231,9 +2232,12 @@ enum wxUpdateUI #if defined(__CYGWIN__) && defined(__WXMSW__) # if wxUSE_STL || defined(wxUSE_STD_STRING) - //NASTY HACK because the gethostname in sys/unistd.h which the gnu stl includes - //and wx builds with by default clash with each other (windows version - //2nd param is int, sys/unistd.h version is unsigned int). + /* + NASTY HACK because the gethostname in sys/unistd.h which the gnu + stl includes and wx builds with by default clash with each other + (windows version 2nd param is int, sys/unistd.h version is unsigned + int). + */ # define gethostname gethostnameHACK # include # undef gethostname