1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-10-26 21:49:17 +08:00

Oops, r70 did this backwards (the old code was correct). Get back to

#including windows/config.h for the port.* files.
This commit is contained in:
csilvers
2011-07-27 02:39:50 +00:00
parent 124a686b94
commit 5bd5db5a41
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
* Author: Craig Silverstein
*/
#include <config.h>
#include "windows/config.h"
#ifndef _WIN32
# error You should only be including windows/port.cc in a windows environment!
#endif

View File

@@ -40,7 +40,7 @@
#ifndef CTEMPLATE_WINDOWS_PORT_H_
#define CTEMPLATE_WINDOWS_PORT_H_
#include <config.h>
#include "windows/config.h"
#ifdef _WIN32
#define USING_PORT_CC