Browse Source

Add differentiated size_t printf modifier.

master
samr7 14 years ago
parent
commit
458795a226
  1. 1
      pattern.h
  2. 2
      winglue.h

1
pattern.h

@ -28,6 +28,7 @@
#include "winglue.h" #include "winglue.h"
#else #else
#define INLINE inline #define INLINE inline
#define PRSIZET "z"
#include <sys/time.h> #include <sys/time.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <errno.h> #include <errno.h>

2
winglue.h

@ -41,4 +41,6 @@ extern int getopt(int argc, TCHAR *argv[], TCHAR *optstring);
extern int count_processors(void); extern int count_processors(void);
#define PRSIZET "I"
#endif /* !defined (__VG_WINGLUE_H__) */ #endif /* !defined (__VG_WINGLUE_H__) */

Loading…
Cancel
Save