Andreas Jellinghaus wrote: > hmm, can you > #ifdef WIN32 > #define %size_t %Iu > #else > #define %size_t %zu > #endif
#define PCT_SIZE_T "%lu" and "%zu" could work I guess. //Peter _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
