comparison 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
comparison
equal deleted inserted replaced
295:9d5da8baa111 296:5a79be0ef6a8
1 /* Device functions for mswindows. 1 /* device functions for mswindows.
2 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois. 2 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois.
3 Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3 Copyright (C) 1994, 1995 Free Software Foundation, Inc.
4 4
5 This file is part of XEmacs. 5 This file is part of XEmacs.
6 6
39 #include "frame.h" 39 #include "frame.h"
40 #include "sysdep.h" 40 #include "sysdep.h"
41 41
42 #ifndef __CYGWIN32__ 42 #ifndef __CYGWIN32__
43 #include <commctrl.h> 43 #include <commctrl.h>
44 #else
45 #define FONTENUMPROC FONTENUMEXPROC
46 #define ntmTm ntmentm
44 #endif 47 #endif
45 48
46 /* win32 DDE management library globals */ 49 /* win32 DDE management library globals */
47 #ifdef HAVE_DRAGNDROP 50 #ifdef HAVE_DRAGNDROP
48 DWORD mswindows_dde_mlid; 51 DWORD mswindows_dde_mlid;
66 { 69 {
67 HDC hdc; 70 HDC hdc;
68 struct device *d; 71 struct device *d;
69 }; 72 };
70 73
71 74
72 /************************************************************************/ 75 /************************************************************************/
73 /* helpers */ 76 /* helpers */
74 /************************************************************************/ 77 /************************************************************************/
75 78
76 static int CALLBACK 79 static int CALLBACK