X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fc-test-fns.c;h=e8cdcd18e6348c93baf67d15dbc232371a07d469;hb=refs%2Ftags%2Fv1.8.2;hp=ed2412b210c37b4df9bb94ee7bfe4ef7de2ebb4f;hpb=72190043201239567658cfbae1c36bbd7233419b;p=uffi.git diff --git a/examples/c-test-fns.c b/examples/c-test-fns.c index ed2412b..e8cdcd1 100644 --- a/examples/c-test-fns.c +++ b/examples/c-test-fns.c @@ -6,15 +6,13 @@ * Programer: Kevin M. Rosenberg * Date Started: Mar 2002 * - * CVS Id: $Id$ - * - * This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg + * This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg * * These variables are correct for GCC * you'll need to modify these for other compilers ***************************************************************************/ -#ifdef WIN32 +#if defined(WIN32)||defined(WIN64) #include BOOL WINAPI DllEntryPoint(HINSTANCE hinstdll,