X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fcompat.h;h=927fc965fce30458d9a908516cdcd20817265118;hb=566c9bf8bfcc08b60c3cb9ae2edce8b516128203;hp=4a48e0fcce86a9b747359ea1e70ae7628ef2f367;hpb=1b4a582b04fc39d9d4d930acb4d0803bdedfb32e;p=deb_shairplay.git diff --git a/src/lib/compat.h b/src/lib/compat.h index 4a48e0f..927fc96 100644 --- a/src/lib/compat.h +++ b/src/lib/compat.h @@ -1,9 +1,26 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + */ + #ifndef COMPAT_H #define COMPAT_H #if defined(WIN32) -#include #include +#include +#ifndef snprintf +#define snprintf _snprintf +#endif #else #include #include