mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
issue 207, fixed a bug related __ZBXE__ constant
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9553 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
52d8038e64
commit
7cab982d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* @brief function library files for convenience
|
||||
**/
|
||||
|
||||
if(!defined('__XE__')) exit();
|
||||
if(!defined('__XE__') && !defined('__ZBXE__')) exit();
|
||||
|
||||
/**
|
||||
* @brief define clone for php5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue