summaryrefslogtreecommitdiff
path: root/extensions/test/ole/OleClient/clientTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/OleClient/clientTest.cxx')
-rw-r--r--extensions/test/ole/OleClient/clientTest.cxx14
1 files changed, 2 insertions, 12 deletions
diff --git a/extensions/test/ole/OleClient/clientTest.cxx b/extensions/test/ole/OleClient/clientTest.cxx
index 2c53e29b52a5..668554311dfc 100644
--- a/extensions/test/ole/OleClient/clientTest.cxx
+++ b/extensions/test/ole/OleClient/clientTest.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: clientTest.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jl $ $Date: 2001-06-27 10:59:56 $
+ * last change: $Author: hr $ $Date: 2001-10-12 15:36:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,16 +77,6 @@
#include <windef.h>
#include <atlbase.h>
-// actually defined in windef.h but after altbase.h it is undefined
-// it is used in atlcom.h
-#ifndef max
-#define max(a,b) (((a) > (b)) ? (a) : (b))
-#endif
-
-#ifndef min
-#define min(a,b) (((a) < (b)) ? (a) : (b))
-#endif
-
extern CComModule _Module;