From 44a35c64f03760ea5082784578249f1e17eb6266 Mon Sep 17 00:00:00 2001 From: csilvers Date: Wed, 27 Jul 2011 02:39:50 +0000 Subject: [PATCH] Oops, r70 did this backwards (the old code was correct). Get back to #including windows/config.h for the port.* files. --- src/windows/port.cc | 2 +- src/windows/port.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/windows/port.cc b/src/windows/port.cc index 3cdd02b..54a566d 100644 --- a/src/windows/port.cc +++ b/src/windows/port.cc @@ -31,7 +31,7 @@ * Author: Craig Silverstein */ -#include +#include "windows/config.h" #ifndef _WIN32 # error You should only be including windows/port.cc in a windows environment! #endif diff --git a/src/windows/port.h b/src/windows/port.h index faf4282..7a8367f 100644 --- a/src/windows/port.h +++ b/src/windows/port.h @@ -40,7 +40,7 @@ #ifndef CTEMPLATE_WINDOWS_PORT_H_ #define CTEMPLATE_WINDOWS_PORT_H_ -#include +#include "windows/config.h" #ifdef _WIN32 #define USING_PORT_CC