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:
@@ -377,7 +377,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
unsigned long cRefCount_;
|
long cRefCount_;
|
||||||
IDWriteBitmapRenderTarget* pRenderTarget_;
|
IDWriteBitmapRenderTarget* pRenderTarget_;
|
||||||
IDWriteRenderingParams* pRenderingParams_;
|
IDWriteRenderingParams* pRenderingParams_;
|
||||||
};
|
};
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user