X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fcompat.h;h=927fc965fce30458d9a908516cdcd20817265118;hb=566c9bf8bfcc08b60c3cb9ae2edce8b516128203;hp=ab32385f784f07ddcb0226b2ab8d3d08cba92600;hpb=c5d9c5414bd2b43435f6a4c3848b827578a1c835;p=deb_shairplay.git diff --git a/src/lib/compat.h b/src/lib/compat.h index ab32385..927fc96 100644 --- a/src/lib/compat.h +++ b/src/lib/compat.h @@ -18,6 +18,9 @@ #if defined(WIN32) #include #include +#ifndef snprintf +#define snprintf _snprintf +#endif #else #include #include