Re: Compile gdkdisplay-win32.c on windows



Hi Laurent,

On Wed, 17 Sep 2003 21:47:52 +0200 "Laurent Houdusse" <l houdusse free fr> wrote:

> I try to compile gdk on windows
> on file gdkdisplay-win32.c, i have this error:
> error C2081: 'MONITORENUMPROC' : name in formal parameter list illegal

I am currently trying to compile gtk-2.2.4 with MSVC6 
(not yet working) and had to insert following #include :

gtk/gdk/win32/gdkwin32.h:36
 #include <windows.h>
+#include <multimon.h>		/* MONITORENUMPROC, include before commctrl.h */
 #include <commctrl.h>

What compiler do you use?

Regards,
-- 
Thorsten Maerz          <torte netztorte de>
Sylpheed-claws/Win32:   http://claws-w32.sf.net

Attachment: pgpvy69tYIfsR.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]