browserutilities/cxmllibrary/src/utils/src/cxml_assert.c
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    25 **-------------------------------------------------------------------------
    25 **-------------------------------------------------------------------------
    26 **  Include Files
    26 **  Include Files
    27 **-------------------------------------------------------------------------
    27 **-------------------------------------------------------------------------
    28 */
    28 */
    29 
    29 
    30 #include "cxml_type_def.h"
    30 #include <cxml_type_def.h>
    31 int kimono_assert ()
    31 int kimono_assert ()
    32 {
    32 {
    33   #ifdef __WINS__
    33   #ifdef __WINS__
    34     _asm int 0x3
    34     _asm int 0x3
    35   #endif
    35   #endif