From 458795a2263155ad406f76de0b6f4842fa9cb03d Mon Sep 17 00:00:00 2001 From: samr7 Date: Sun, 31 Jul 2011 06:59:21 -0700 Subject: [PATCH] Add differentiated size_t printf modifier. --- pattern.h | 1 + winglue.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pattern.h b/pattern.h index 51ff298..65af64e 100644 --- a/pattern.h +++ b/pattern.h @@ -28,6 +28,7 @@ #include "winglue.h" #else #define INLINE inline +#define PRSIZET "z" #include #include #include diff --git a/winglue.h b/winglue.h index d499733..896a4b7 100644 --- a/winglue.h +++ b/winglue.h @@ -41,4 +41,6 @@ extern int getopt(int argc, TCHAR *argv[], TCHAR *optstring); extern int count_processors(void); +#define PRSIZET "I" + #endif /* !defined (__VG_WINGLUE_H__) */