summaryrefslogtreecommitdiff
path: root/tools/win
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:56:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:56:22 +0000
commit4ac72e4a9a8758e04e844f5d75fcbcddc452ff31 (patch)
treee9836dcdde922df25006e50156a641b038a66688 /tools/win
parentbbb68f8b6aaf06833837b95d2d3f996fa9de70a3 (diff)
INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED
2006/02/24 14:49:18 sb 1.2.8.1: #i53898# Made code warning-free; removed dead code.
Diffstat (limited to 'tools/win')
-rw-r--r--tools/win/inc/shutil.h8
-rw-r--r--tools/win/inc/winshell.hxx7
2 files changed, 11 insertions, 4 deletions
diff --git a/tools/win/inc/shutil.h b/tools/win/inc/shutil.h
index 4422ab7c8d05..1ee631a0af73 100644
--- a/tools/win/inc/shutil.h
+++ b/tools/win/inc/shutil.h
@@ -4,9 +4,9 @@
*
* $RCSfile: shutil.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:45:48 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:55:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,8 @@
#ifndef _SHUTIL_H_
#define _SHUTIL_H_
+#if defined WNT
+
#ifndef _SHOBJ_H
#include <shlobj.h>
#endif
@@ -215,5 +217,7 @@ DWORD WINAPI WIN_SHDeleteValue(
}
#endif
+#endif
+
#endif // _SHUTIL_H_
diff --git a/tools/win/inc/winshell.hxx b/tools/win/inc/winshell.hxx
index f1ab158fe8b8..24e00db58633 100644
--- a/tools/win/inc/winshell.hxx
+++ b/tools/win/inc/winshell.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: winshell.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:46:43 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:56:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,8 @@
#ifndef _WINSHELL_HXX
#define _WINSHELL_HXX
+#if defined WNT
+
#include <prewin.h>
#include "shutil.h"
#include <postwin.h>
@@ -387,5 +389,6 @@ public:
virtual NotificationEvent WaitForChanges();
};
+#endif
#endif // _WINSHELL_HXX