Changeset 1673 for trunk/dll/remap.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/remap.c
r1544 r1673 81 81 VOID load_resources(VOID) 82 82 { 83 / * load linked list of resources from RESOURCE.DAT file */83 // load linked list of resources from RESOURCE.DAT file 84 84 85 85 FILE *fp; … … 120 120 VOID save_resources(VOID) 121 121 { 122 / * save linked list of resources to RESOURCE.DAT file */122 // save linked list of resources to RESOURCE.DAT file 123 123 124 124 LINKRES *info; … … 364 364 while (info) { 365 365 if (info->happ == (HAPP) mp1) { 366 /* Note: if this next line is removed, FM/2 will start the attach/detach 367 * request again, once for each request, to see if it might succeed and to 368 * ensure the request is seen by the user in case interaction is required. 369 */ 366 /** 367 * Note: if this next line is removed, FM/2 will start the attach/detach 368 * request again, once for each request, to see if it might succeed and to 369 * ensure the request is seen by the user in case interaction is required. 370 */ 370 371 info->failedonce = TRUE; 371 372 hwndList = WinWindowFromID(hwnd,
Note:
See TracChangeset
for help on using the changeset viewer.