Changeset 793 for trunk/dll/update.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/update.c
r761 r793 18 18 09 Mar 07 GKY Cleanup SelectDriveIcon using "driveflag =" from Steven 19 19 02 Aug 07 SHL Sync with CNRITEM mods 20 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 20 21 21 22 ***********************************************************************/ … … 36 37 37 38 static PSZ pszSrcFile = __FILE__; 38 39 #pragma alloc_text(UPDATECNR,UpdateCnrRecord,UpdateCnrList)40 39 41 40 HPOINTER SelectDriveIcon(PCNRITEM pci) … … 648 647 return ret; 649 648 } 649 650 #pragma alloc_text(UPDATECNR,UpdateCnrRecord,UpdateCnrList)
Note:
See TracChangeset
for help on using the changeset viewer.