Changeset 39 in dev for ProjectEditor/SubOperation.cpp
- Timestamp:
- Jan 23, 2007, 10:52:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/SubOperation.cpp
r36 r39 420 420 if(lstrcmpi(str,"Beep")==0) return COM_BEEP; 421 421 if(lstrcmpi(str,"Boolean")==0) return -1; 422 if(lstrcmpi(str,"ByRef")==0) return -1; 423 if(lstrcmpi(str,"ByVal")==0) return -1; 422 424 if(lstrcmpi(str,"Byte")==0) return -1; 423 425 }
Note:
See TracChangeset
for help on using the changeset viewer.