diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-06 18:06:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-06 18:06:55 +0000 |
commit | f45ee4015e2f1388b2e81ec61a55189fd49bf2e5 (patch) | |
tree | 77d9edd205b95ac8f09003f8145e4277186854db /plugins/Clist_nicer/src/Include | |
parent | ea86c3c090465b78be7509b586db059e5df87421 (diff) |
now it's compiled ok in both 2010 & 2012
git-svn-id: http://svn.miranda-ng.org/main/trunk@2668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src/Include')
-rw-r--r-- | plugins/Clist_nicer/src/Include/commonheaders.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Clist_nicer/src/Include/commonheaders.h b/plugins/Clist_nicer/src/Include/commonheaders.h index 87cf90fd3d..5b1e4074f6 100644 --- a/plugins/Clist_nicer/src/Include/commonheaders.h +++ b/plugins/Clist_nicer/src/Include/commonheaders.h @@ -221,7 +221,3 @@ void DrawAlpha(HDC hdcwnd, PRECT rc, DWORD basecolor, int alpha, DWORD basecolor void CustomizeButton(HWND hWnd, bool bIsSkinned, bool bIsThemed, bool bIsFlat);
void FreeAndNil( void** );
-
-#if _MSC_VER >= 1500
- #define wEffects wReserved
-#endif
|