Hi Laurent,

On Wed, 17 Sep 2003 21:47:52 +0200 "Laurent Houdusse" <[EMAIL PROTECTED]> 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          <[EMAIL PROTECTED]>
Sylpheed-claws/Win32:   http://claws-w32.sf.net

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to