mirror of https://github.com/axmolengine/axmol.git
issue #375: rename some macros
This commit is contained in:
parent
7a331e1e14
commit
837b8c04bf
|
@ -22,8 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef __CCX_EGLVIEW_UPHONE_H__
|
#ifndef __CCX_EGLVIEW_ANDROID_H__
|
||||||
#define __CCX_EGLVIEW_UPHONE_H__
|
#define __CCX_EGLVIEW_ANDROID_H__
|
||||||
|
|
||||||
#include "CGGeometry.h"
|
#include "CGGeometry.h"
|
||||||
|
|
||||||
|
@ -79,4 +79,4 @@ private:
|
||||||
|
|
||||||
} // end of namespace cocos2d
|
} // end of namespace cocos2d
|
||||||
|
|
||||||
#endif // end of __CCX_EGLVIEW_UPHONE_H__
|
#endif // end of __CCX_EGLVIEW_ANDROID_H__
|
||||||
|
|
|
@ -22,8 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef __PLATFORM_UPHONE_CCFILE_UTILS_H__
|
#ifndef __PLATFORM_ANDROID_CCFILE_UTILS_H__
|
||||||
#define __PLATFORM_UPHONE_CCFILE_UTILS_H__
|
#define __PLATFORM_ANDROID_CCFILE_UTILS_H__
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "ccxCommon.h"
|
#include "ccxCommon.h"
|
||||||
|
@ -83,4 +83,4 @@ private:
|
||||||
};
|
};
|
||||||
}//namespace cocos2d
|
}//namespace cocos2d
|
||||||
|
|
||||||
#endif // __PLATFORM_UPHONE_CCFILE_UTILS_H__
|
#endif // __PLATFORM_ANDROID_CCFILE_UTILS_H__
|
||||||
|
|
Loading…
Reference in New Issue