git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2006-11-17 Anders Carlsson <acarlsson@apple.com>
[WebKit-https.git]
/
JavaScriptCore
/
wtf
/
Vector.h
diff --git
a/JavaScriptCore/wtf/Vector.h
b/JavaScriptCore/wtf/Vector.h
index 89f5fd518b252d9769c6775529185107965fb710..496f1c761ed69bded8790580dd0ef1afd953b194 100644
(file)
--- a/
JavaScriptCore/wtf/Vector.h
+++ b/
JavaScriptCore/wtf/Vector.h
@@
-30,10
+30,6
@@
#include <stdlib.h>
#include <utility>
-// Temporary workaround for Win32.
-// We should use NOMINMAX instead.
-#undef max
-
namespace WTF {
using std::min;