diff src/device-msw.c @ 296:5a79be0ef6a8 r21-0b46

Import from CVS: tag r21-0b46
author cvs
date Mon, 13 Aug 2007 10:38:46 +0200
parents 4b85ae5eabfb
children afd57c14dfc8
line wrap: on
line diff
--- a/src/device-msw.c	Mon Aug 13 10:38:02 2007 +0200
+++ b/src/device-msw.c	Mon Aug 13 10:38:46 2007 +0200
@@ -1,4 +1,4 @@
-/* Device functions for mswindows.
+/* device functions for mswindows.
    Copyright (C) 1994, 1995 Board of Trustees, University of Illinois.
    Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 
@@ -41,6 +41,9 @@
 
 #ifndef __CYGWIN32__
 #include <commctrl.h>
+#else
+#define FONTENUMPROC FONTENUMEXPROC
+#define ntmTm ntmentm
 #endif
 
 /* win32 DDE management library globals */
@@ -68,7 +71,7 @@
   struct device *d;
 };
 
-
+
 /************************************************************************/
 /*                               helpers                                */
 /************************************************************************/