Changeset 1480 for trunk/dll/cmdline.c
- Timestamp:
- Nov 22, 2009, 11:58:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/cmdline.c
r1439 r1480 21 21 24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file 22 22 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 23 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory24 23 25 24 ***********************************************************************/ … … 435 434 } 436 435 } 437 if ( xDosQueryAppType(executable, &apptype) ||436 if (DosQueryAppType(executable, &apptype) || 438 437 (apptype && !(apptype & 439 438 (FAPPTYP_NOTWINDOWCOMPAT |
Note:
See TracChangeset
for help on using the changeset viewer.