Skip to content

Commit 3d7ac85

Browse files
author
minggo
committed
issue cocos2d#375: rename some macros
1 parent 5e93826 commit 3d7ac85

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cocos2dx/platform/android/CCXEGLView_android.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
THE SOFTWARE.
2323
****************************************************************************/
2424

25-
#ifndef __CCX_EGLVIEW_UPHONE_H__
26-
#define __CCX_EGLVIEW_UPHONE_H__
25+
#ifndef __CCX_EGLVIEW_ANDROID_H__
26+
#define __CCX_EGLVIEW_ANDROID_H__
2727

2828
#include "CGGeometry.h"
2929

@@ -79,4 +79,4 @@ class CCX_DLL CCXEGLView
7979

8080
} // end of namespace cocos2d
8181

82-
#endif // end of __CCX_EGLVIEW_UPHONE_H__
82+
#endif // end of __CCX_EGLVIEW_ANDROID_H__

cocos2dx/platform/android/CCXFileUtils_android.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
THE SOFTWARE.
2323
****************************************************************************/
2424

25-
#ifndef __PLATFORM_UPHONE_CCFILE_UTILS_H__
26-
#define __PLATFORM_UPHONE_CCFILE_UTILS_H__
25+
#ifndef __PLATFORM_ANDROID_CCFILE_UTILS_H__
26+
#define __PLATFORM_ANDROID_CCFILE_UTILS_H__
2727

2828
#include <string>
2929
#include "ccxCommon.h"
@@ -83,4 +83,4 @@ class CCX_DLL CCFileUtils : public FileUtils
8383
};
8484
}//namespace cocos2d
8585

86-
#endif // __PLATFORM_UPHONE_CCFILE_UTILS_H__
86+
#endif // __PLATFORM_ANDROID_CCFILE_UTILS_H__

0 commit comments

Comments
 (0)