Custom Query (527 matches)
Results (55 - 57 of 527)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#187 | fixed | Refactor fm3dll.h into separate .h files - ongoing | ||
Description |
Minor changes to fm3dll.h cause unneccessary build storms. The fix for this is to refactor the defintions for each .c to a specfic .h file. What is left in fm3dll.h will be truely global definitions. The benefit will be more efficient developement because the working set for most modifications will be much smaller. This can be an incremental process. As each .c is modified, the .h can be built. |
|||
#189 | fixed | Avoid closing os2.ini and os2sys.ini | ||
Description |
The inis.c logic typically does not open os2.ini or os2sys.ini. For this reason it should not be closing it either. |
|||
#192 | fixed | system.c::CheckApp_QuoteAddExe returns data on the stack | ||
Description |
This is not allowed for C. :-) The code should be reworked to work like BldQuotedPathName. |