issue #375: rename some macros

This commit is contained in:
minggo 2011-03-08 09:29:41 +08:00
parent 7a331e1e14
commit 837b8c04bf
2 changed files with 6 additions and 6 deletions

View File

@ -22,8 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
****************************************************************************/
#ifndef __CCX_EGLVIEW_UPHONE_H__
#define __CCX_EGLVIEW_UPHONE_H__
#ifndef __CCX_EGLVIEW_ANDROID_H__
#define __CCX_EGLVIEW_ANDROID_H__
#include "CGGeometry.h"
@ -79,4 +79,4 @@ private:
} // end of namespace cocos2d
#endif // end of __CCX_EGLVIEW_UPHONE_H__
#endif // end of __CCX_EGLVIEW_ANDROID_H__

View File

@ -22,8 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
****************************************************************************/
#ifndef __PLATFORM_UPHONE_CCFILE_UTILS_H__
#define __PLATFORM_UPHONE_CCFILE_UTILS_H__
#ifndef __PLATFORM_ANDROID_CCFILE_UTILS_H__
#define __PLATFORM_ANDROID_CCFILE_UTILS_H__
#include <string>
#include "ccxCommon.h"
@ -83,4 +83,4 @@ private:
};
}//namespace cocos2d
#endif // __PLATFORM_UPHONE_CCFILE_UTILS_H__
#endif // __PLATFORM_ANDROID_CCFILE_UTILS_H__