1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-09-28 19:05:49 +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 0b97bfccf0
commit 44a35c64f0
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