summaryrefslogtreecommitdiff
path: root/src/windows_port.cc
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2014-03-15 14:15:33 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2014-03-15 14:15:33 +0000
commit8477f3174eb9d2cf4e43af222c7bbb6dfd006827 (patch)
tree8ecb8a8cdbd749d2828c7def8583604d53ac160b /src/windows_port.cc
parentf0f565fb0f28b9a658e546eecf8e4847eac6a45c (diff)
downloadgflags-8477f3174eb9d2cf4e43af222c7bbb6dfd006827.tar.gz
gflags-8477f3174eb9d2cf4e43af222c7bbb6dfd006827.tar.bz2
gflags-8477f3174eb9d2cf4e43af222c7bbb6dfd006827.zip
Fix build with Xcode 5, system checks, set LANGUAGE to CXX.
Diffstat (limited to 'src/windows_port.cc')
-rw-r--r--src/windows_port.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows_port.cc b/src/windows_port.cc
index d122673..5511f8d 100644
--- a/src/windows_port.cc
+++ b/src/windows_port.cc
@@ -32,14 +32,14 @@
*/
#ifndef _WIN32
-# error You should only be including windows/port.cc in a windows environment!
+# error You should only be including windows/port.cc in a windows environment!
#endif
-#include <config.h>
#include <string.h> // for strlen(), memset(), memcmp()
#include <assert.h>
#include <stdarg.h> // for va_list, va_start, va_end
#include <windows.h>
+
#include "windows_port.h"
// These call the windows _vsnprintf, but always NUL-terminate.