diff --git a/Contrib/Library/LibraryLocal/LibraryLocal.cpp b/Contrib/Library/LibraryLocal/LibraryLocal.cpp index cf4807a8..110411b8 100644 --- a/Contrib/Library/LibraryLocal/LibraryLocal.cpp +++ b/Contrib/Library/LibraryLocal/LibraryLocal.cpp @@ -150,8 +150,8 @@ int _tmain(int argc, TCHAR* argv[]) } else { - fprintf(fHdr, "!define LIBRARY_VERSION_HIGH %lu\n", high); - fprintf(fHdr, "!define LIBRARY_VERSION_LOW %lu\n", low); + fprintf(fHdr, "!define LIBRARY_VERSION_HIGH %u\n", high); + fprintf(fHdr, "!define LIBRARY_VERSION_LOW %u\n", low); } fclose(fHdr);