Partial Windows port by Ruben Van Boxem

llvm-svn: 140328
diff --git a/libcxx/include/support/win32/support.h b/libcxx/include/support/win32/support.h
new file mode 100644
index 0000000..1a464bf
--- /dev/null
+++ b/libcxx/include/support/win32/support.h
@@ -0,0 +1,15 @@
+// -*- C++ -*-
+//===--------------------------- support/win32/support.h --------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+/*
+   Functions and constants used in libc++ that are missing from the Windows C library.
+  */
+
+int vasprintf( char **sptr, const char *__restrict__ fmt , va_list ap );