Hey, On Wed, 15 Aug 2007, Albert Astals Cid wrote: > - Windows build fixes
it's perfect with mingw, now :) > Testing, patches and bug reports welcome. just a comment: on Windows, WIN32 macro is not always defined (it depends on the compiler or on the options passed to the compiler (for example, gcc -ansi with mingw does not define WIN32)). It is usually better to use _WIN32 instead. if you want, I can make a patch. Vincent Torri _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
