Reviewed by mjs.
Fix Assertions.cpp to compile on win32.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
* kxmlcore/Assertions.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13037
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-02-27 Eric Seidel <eseidel@apple.com>
+
+ Reviewed by mjs.
+
+ Fix Assertions.cpp to compile on win32.
+
+ * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
+ * kxmlcore/Assertions.cpp:
+
2006-02-27 Eric Seidel <eseidel@apple.com>
Reviewed by mjs.
RelativePath="..\..\kxmlcore\AlwaysInline.h"
>
</File>
+ <File
+ RelativePath="..\..\kxmlcore\Assertions.cpp"
+ >
+ </File>
<File
RelativePath="..\..\kxmlcore\Assertions.h"
>
#include "config.h"
#include "Assertions.h"
+#include "stdio.h"
+#include "stdarg.h"
#if __APPLE__
#include <CoreFoundation/CFString.h>