0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.4.398

Problem:    Gcc error for the argument of InterlockedIncrement() and
            InterlockedDecrement(). (Axel Bender)
Solution:   Remove "unsigned" from the cRefCount_ declaration.
This commit is contained in:
Bram Moolenaar
2014-08-07 13:55:10 +02:00
parent e98cfe1cc9
commit 0106b4b891
2 changed files with 3 additions and 1 deletions

View File

@@ -377,7 +377,7 @@ public:
} }
private: private:
unsigned long cRefCount_; long cRefCount_;
IDWriteBitmapRenderTarget* pRenderTarget_; IDWriteBitmapRenderTarget* pRenderTarget_;
IDWriteRenderingParams* pRenderingParams_; IDWriteRenderingParams* pRenderingParams_;
}; };

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
398,
/**/ /**/
397, 397,
/**/ /**/