Changeset 57 in dev for ProjectEditor/SubOperation.cpp
- Timestamp:
- Feb 16, 2007, 2:15:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/SubOperation.cpp
r41 r57 525 525 } 526 526 else if(str[0]=='s'||str[0]=='S'){ 527 if(lstrcmpi(str,"SByte")==0) return -1; 527 528 if(lstrcmpi(str,"Select")==0) return COM_SELECT; 528 529 if(lstrcmpi(str,"SelectCase")==0) return COM_SELECT;
Note:
See TracChangeset
for help on using the changeset viewer.