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:
parent
0b97bfccf0
commit
44a35c64f0
|
@ -31,7 +31,7 @@
|
||||||
* Author: Craig Silverstein
|
* Author: Craig Silverstein
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include "windows/config.h"
|
||||||
#ifndef _WIN32
|
#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
|
#endif
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
#ifndef CTEMPLATE_WINDOWS_PORT_H_
|
#ifndef CTEMPLATE_WINDOWS_PORT_H_
|
||||||
#define CTEMPLATE_WINDOWS_PORT_H_
|
#define CTEMPLATE_WINDOWS_PORT_H_
|
||||||
|
|
||||||
#include <config.h>
|
#include "windows/config.h"
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
#define USING_PORT_CC
|
#define USING_PORT_CC
|
||||||
|
|
Loading…
Reference in New Issue
Block a user