Changeset 793 for trunk/dll/srchpath.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/srchpath.c
r633 r793 10 10 11 11 22 Apr 07 GKY Add RunFM2Util to find and run apps from the FM2Utilities 12 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 12 13 13 14 ***********************************************************************/ … … 30 31 31 32 #pragma data_seg(DATA1) 32 #pragma alloc_text(MISC9,first_path,searchapath,searchpath,RunFM2Util)33 33 34 34 //== RunFM2Util() Find and run an app from the FM2utilities == … … 129 129 return found; 130 130 } 131 132 #pragma alloc_text(MISC9,first_path,searchapath,searchpath,RunFM2Util)
Note:
See TracChangeset
for help on using the changeset viewer.