Skip to content

Commit

Permalink
Merge pull request #32 from minggo/v3
Browse files Browse the repository at this point in the history
fix include path
  • Loading branch information
minggo committed Sep 10, 2014
2 parents d77ae27 + a4c50b1 commit 694f5b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tinyxml2/tinyxml2.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ distribution.
#ifndef TINYXML2_INCLUDED
#define TINYXML2_INCLUDED

#include "base/CCPlatformConfig.h"
#include "base/CCPlatformMacros.h"
#include "platform/CCPlatformConfig.h"
#include "platform/CCPlatformMacros.h"

#if defined(ANDROID_NDK) || defined(__BORLANDC__) || (CC_TARGET_PLATFORM == CC_PLATFORM_BLACKBERRY)
# include <ctype.h>
Expand Down
2 changes: 1 addition & 1 deletion unzip/ioapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#ifndef _ZLIBIOAPI64_H
#define _ZLIBIOAPI64_H

#include "base/CCPlatformConfig.h"
#include "platform/CCPlatformConfig.h"

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

Expand Down

0 comments on commit 694f5b9

Please sign in to comment.