1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 04:14:15 +00:00

Add differentiated size_t printf modifier.

This commit is contained in:
samr7 2011-07-31 06:59:21 -07:00
parent 29e8b034f6
commit 458795a226
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -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__) */