summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdowniconw32.cxx
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2002-11-19 16:06:41 +0000
committerHennes Rohling <hro@openoffice.org>2002-11-19 16:06:41 +0000
commitbaa1e7d9db83e8ccfaae97637e3fc39e951268d7 (patch)
treedf4fee57dfa820b2f058e784fbf9c9c106d8e84b /sfx2/source/appl/shutdowniconw32.cxx
parent18ff3a445696ab01be769056dca531a89ad5eda9 (diff)
#105345# InsertMenuItem Windows 95 fails if size of MENUITEMINFO is too large
Diffstat (limited to 'sfx2/source/appl/shutdowniconw32.cxx')
-rw-r--r--sfx2/source/appl/shutdowniconw32.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx
index 64c6cfa64f..0ccdce5e8f 100644
--- a/sfx2/source/appl/shutdowniconw32.cxx
+++ b/sfx2/source/appl/shutdowniconw32.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shutdowniconw32.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hro $ $Date: 2002-08-14 11:56:02 $
+ * last change: $Author: hro $ $Date: 2002-11-19 17:06:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#ifdef WNT
+// Support Windows 95 too
+#define WINVER 0x0400
+
//
// the systray icon is only available on windows
//