[BROWSEUI] -CBandSite: Implement the context menu of the rebar. It queries the IConte...
[reactos.git] / reactos / dll / win32 / browseui / shellbars / shellbars.h
index b85d98c..0c3b58b 100644 (file)
@@ -33,4 +33,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(browseui);
 
+#define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp))
+#define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
+
 #endif /* _BROWSEUI_PCH_ */