]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.398 v7.4.398
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Aug 2014 11:55:10 +0000 (13:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Aug 2014 11:55:10 +0000 (13:55 +0200)
Problem:    Gcc error for the argument of InterlockedIncrement() and
            InterlockedDecrement(). (Axel Bender)
Solution:   Remove "unsigned" from the cRefCount_ declaration.

src/gui_dwrite.cpp
src/version.c

index cf83c0504446c16471d9d8a24d70928cbbaf2eb1..d4c43a37d6f519d775ce8f3fdbdd4378f85cbb5b 100644 (file)
@@ -377,7 +377,7 @@ public:
     }
 
 private:
-    unsigned long cRefCount_;
+    long cRefCount_;
     IDWriteBitmapRenderTarget* pRenderTarget_;
     IDWriteRenderingParams* pRenderingParams_;
 };
index 878ace89d422845090b0286c455d26baeb04b7bf..19183fdac82f02754a381dfe8f2eea7a514af894 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    398,
 /**/
     397,
 /**/