summaryrefslogtreecommitdiff
path: root/vcl/inc/win/wincomp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/win/wincomp.hxx')
-rw-r--r--vcl/inc/win/wincomp.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/inc/win/wincomp.hxx b/vcl/inc/win/wincomp.hxx
index 07e01fad3eef..e92095c95bae 100644
--- a/vcl/inc/win/wincomp.hxx
+++ b/vcl/inc/win/wincomp.hxx
@@ -22,10 +22,8 @@
#include <string.h>
-
// - Strict -
-
// Anpassungen fuer TypeChecking
inline HPEN SelectPen( HDC hDC, HPEN hPen )
@@ -173,10 +171,8 @@ inline HINSTANCE GetWindowInstance( HWND hWnd )
return (HINSTANCE)GetWindowLongPtr( hWnd, GWLP_HINSTANCE );
}
-
// - ZMouse Erweiterungen -
-
#define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG"
#define MOUSEZ_CLASSNAME "MouseZ" // wheel window class
@@ -203,20 +199,15 @@ inline HINSTANCE GetWindowInstance( HWND hWnd )
#define WHEEL_PAGESCROLL (UINT_MAX)
#endif
-
-
// - SystemAgent Erweiterungen -
-
#define ENABLE_AGENT 1
#define DISABLE_AGENT 2
#define GET_AGENT_STATUS 3
typedef int (APIENTRY* SysAgt_Enable_PROC)( int );
-
// - 5.0-Erweiterungen -
-
#ifndef COLOR_GRADIENTACTIVECAPTION
#define COLOR_GRADIENTACTIVECAPTION 27
#endif
@@ -238,11 +229,9 @@ typedef int (APIENTRY* SysAgt_Enable_PROC)( int );
#define CS_DROPSHADOW 0x00020000
#endif
-
// MT 12/03: From winuser.h, only needed in salframe.cxx
// Better change salframe.cxx to include winuser.h
-
#define WS_EX_LAYERED 0x00080000
#ifndef WM_UNICHAR