Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ResizableLib/ResizableLayout.cpp')
-rw-r--r--src/ui/ResizableLib/ResizableLayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ResizableLib/ResizableLayout.cpp b/src/ui/ResizableLib/ResizableLayout.cpp
index 15e140ebe..8d7a4d7a9 100644
--- a/src/ui/ResizableLib/ResizableLayout.cpp
+++ b/src/ui/ResizableLib/ResizableLayout.cpp
@@ -273,7 +273,7 @@ void CResizableLayout::EraseBackground(CDC* pDC)
else
{
// take the background brush from the window's class
-#ifdef WIN64
+#ifdef _WIN64
hBrush = (HBRUSH)::GetClassLongPtr(hWnd, GCLP_HBRBACKGROUND);
#else
hBrush = (HBRUSH)::GetClassLongPtr(hWnd, GCL_HBRBACKGROUND);