Ignore:
Timestamp:
Jul 21, 2008, 2:31:24 PM (16 years ago)
Author:
dai_9181
Message:

[702]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/Opcode.h

    r685 r704  
    328328
    329329//Compile_CallProc.cpp
    330 #define PROCFLAG_NEW    1
     330#define PROCFLAG_NEW                1
     331#define PROCFLAG_PERMIT_CONSTRUCTOR 2
     332#define PROCFLAG_PERMIT_DESTRUCTOR  4
    331333bool Opcode_CallProcPtr(const char *variable, const char *lpszParms,ProcPointer *pProcPointer);
    332334bool Opcode_CallProc(const char *Parameter,const UserProc *pUserProc,DWORD dwFlags,const char *ObjectName);
Note: See TracChangeset for help on using the changeset viewer.