Initial support for external-formats for encoding foreign strings
[uffi.git] / tests / uffi-c-test.c
index a8e696bde30c642de48bc1705bbd3e1aa796a5fe..20326640c0ed499144c18b3175cdf86184695a21 100644 (file)
@@ -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 <windows.h>
 
 BOOL WINAPI DllEntryPoint(HINSTANCE hinstdll,