X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=vcnet%2Fconfig.h;h=3507703ea573b7eae67f20dbc5e1c6da8b4f3338;hb=b721973fc2c04d3d610851033c52e3c94401e2de;hp=96ec5fafa7ecfd0f489381e8af52af0f6ec25a6f;hpb=4f5fb3bb32d5f2b847e05f86fb575ff87625832c;p=platform%2Fupstream%2Fcups.git diff --git a/vcnet/config.h b/vcnet/config.h index 96ec5fa..3507703 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -1,8 +1,8 @@ /* * Configuration file for CUPS on Windows. * - * Copyright 2007-2017 by Apple Inc. - * Copyright 1997-2007 by Easy Software Products. + * Copyright © 2007-2018 by Apple Inc. + * Copyright © 1997-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Apple Inc. and are protected by Federal copyright @@ -56,8 +56,8 @@ * and strnicmp() functions... */ -#define strcasecmp stricmp -#define strncasecmp strnicmp +#define strcasecmp _stricmp +#define strncasecmp _strnicmp /* @@ -94,8 +94,8 @@ typedef unsigned long useconds_t; * Version of software... */ -#define CUPS_SVERSION "CUPS v2.2.6" -#define CUPS_MINIMAL "CUPS/2.2.6" +#define CUPS_SVERSION "CUPS v2.2.7" +#define CUPS_MINIMAL "CUPS/2.2.7" /*