Changeset 120 in dev for ProjectEditor/SubOperation.cpp


Ignore:
Timestamp:
May 13, 2007, 8:50:04 AM (17 years ago)
Author:
dai_9181
Message:

Parameter::Equals静的メソッドを廃止し、Parameters::Equalsメソッドを用意。
ポインタに要するサイズよりも一回り大きなアラインメントが指定されているときに、呼び出し側のオフセットズレを考慮するよう、修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/SubOperation.cpp

    r118 r120  
    574574        if(lstrcmp(str,"Single")==0) return -1;
    575575        if(lstrcmpi(str,"Sleep")==0) return COM_SLEEP;
     576        if(lstrcmp(str,"Static")==0) return -1;
    576577        if(lstrcmp(str,"String")==0) return -1;
    577578        if(lstrcmpi(str,"Sub")==0) return COM_SUB;
Note: See TracChangeset for help on using the changeset viewer.