Changeset 1398 for trunk/dll/common.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r1395 r1398 207 207 208 208 if (!hwnd || !class || !ids) { 209 Runtime_Error 2(pszSrcFile, __LINE__, IDS_NODATATEXT);209 Runtime_Error(pszSrcFile, __LINE__, NULL); 210 210 return; 211 211 }
Note:
See TracChangeset
for help on using the changeset viewer.