Ignore:
Timestamp:
Mar 11, 2008, 4:02:38 PM (16 years ago)
Author:
dai_9181
Message:

_System_Newに対応(32bit版のみ)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/FunctionValue.h

    r426 r431  
    2121#define FUNC_SYSTEM_GET_BP  0x0625
    2222#define FUNC_SYSTEM_GET_SP  0x0626
    23 #define FUNC_SYSTEM_NEW     0x0627
     23#define FUNC_SYSTEM_GET_COM_VTBL    0x0627
     24#define FUNC_SYSTEM_GET_VTBL_LIST   0x0628
     25#define FUNC_SYSTEM_GET_DEFAULT_CONSTRUCTOR     0x0629
     26#define FUNC_SYSTEM_GET_DESTRUCTOR              0x062A
    2427
    2528//ポインタ
Note: See TracChangeset for help on using the changeset viewer.