On Sun, Feb 14, 2010 at 07:23:04AM +1100, John Marriott wrote:
[...]
I believe that it builds ok using MS VC++ 2008. Any assistance would be greatly appreciated.
Can you try the attached patch? It build fine for me with it, but I can't test if the .dll works right now ;)

Regards,
Andy
--
According to my best recollection, I don't remember.
                -- Vincent "Jimmy Blue Eyes" Alo
diff -r 903fcd726d90 src/GvimExt/gvimext.h
--- a/src/GvimExt/gvimext.h     Thu Feb 11 18:54:43 2010 +0100
+++ b/src/GvimExt/gvimext.h     Sat Feb 13 22:15:17 2010 +0100
@@ -44,7 +44,7 @@
 #include <shlobj.h>
 
 /* Accommodate old versions of VC that don't have a modern Platform SDK */
-#if _MSC_VER < 1300
+#if defined(_MSC_VER) && _MSC_VER < 1300
 # undef  UINT_PTR
 # define UINT_PTR UINT
 #endif

Attachment: pgp0MinU7JuIg.pgp
Description: PGP signature

Raspunde prin e-mail lui