Updates for VMS : new Makefiles, proper type casts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2008-04-11 08:35:14 +00:00
parent 6f022dba69
commit 9b4fd94a4a
6 changed files with 22 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
* Date : 5 March 2008 *
* Date : 9 April 2008 *
* *
*****************************************************************************/
@@ -976,6 +976,12 @@ typedef pid_t GPid;
* with 'char*' for the 3rd parameter instead of 'const char*' */
#undef HAVE_BROKEN_VSNPRINTF_DECL
/* Define if you have vsscanf() */
#define HAVE_VSSCANF 1
/* Define if you have vsscanf() declaration in the header */
#define HAVE_VSSCANF_DECL 1
/* Define if you have usleep() */
#define HAVE_USLEEP 1