Skip to content

Commit 694f5b9

Browse files
author
minggo
committed
Merge pull request #32 from minggo/v3
fix include path
2 parents d77ae27 + a4c50b1 commit 694f5b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tinyxml2/tinyxml2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ distribution.
2424
#ifndef TINYXML2_INCLUDED
2525
#define TINYXML2_INCLUDED
2626

27-
#include "base/CCPlatformConfig.h"
28-
#include "base/CCPlatformMacros.h"
27+
#include "platform/CCPlatformConfig.h"
28+
#include "platform/CCPlatformMacros.h"
2929

3030
#if defined(ANDROID_NDK) || defined(__BORLANDC__) || (CC_TARGET_PLATFORM == CC_PLATFORM_BLACKBERRY)
3131
# include <ctype.h>

unzip/ioapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#ifndef _ZLIBIOAPI64_H
2222
#define _ZLIBIOAPI64_H
2323

24-
#include "base/CCPlatformConfig.h"
24+
#include "platform/CCPlatformConfig.h"
2525

2626
#if (!defined(_WIN32)) && (!defined(WIN32))
2727

0 commit comments

Comments
 (0)