X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17fce800d584151423ab1ff04bac4f3b785dff7d..aa2fc802a96feb1d0ab31034f75ede2840cb0f60:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 7e5f65f274..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 */ }; /* ---------------------------------------------------------------------------- */