X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74be7431f33dd73780641ecfd66d8308b0feb0c4..e6fd62dd849e051b82374afd31e3d62454c98483:/include/wx/version.h diff --git a/include/wx/version.h b/include/wx/version.h index 9daf38f9d8..b706b90ea7 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -1,19 +1,21 @@ -/** -* Name: wx/version.h -* Purpose: wxWidgets version numbers -* Author: Julian Smart -* Modified by: Ryan Norton (Converted to C) -* Created: 29/01/98 -* RCS-ID: $Id$ -* Copyright: (c) 1998 Julian Smart -* Licence: wxWindows licence -*/ +/* + * Name: wx/version.h + * Purpose: wxWidgets version numbers + * Author: Julian Smart + * Modified by: Ryan Norton (Converted to C) + * Created: 29/01/98 + * RCS-ID: $Id$ + * Copyright: (c) 1998 Julian Smart + * Licence: wxWindows licence + */ /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */ #ifndef _WX_VERSION_H_ #define _WX_VERSION_H_ +#include "wx/cpp.h" /* for wxSTRINGIZE */ + /* the constants below must be changed with each new version */ /* ---------------------------------------------------------------------------- */