Changeset 1398 for trunk/dll/srchpath.h


Ignore:
Timestamp:
Feb 21, 2009, 6:43:00 PM (16 years ago)
Author:
Gregg Young
Message:

Move embeded strings to PCSZ variables or string table; Eliminate Error2 functions Runtime_Error with NULL format string returns "No data" error. Change declares from PSZ to PCSZ in functions where the variable isn't changed. Added btm as an executable file type in several additional places. Use fProtectOnly to prevent attempt to execute Dos and Win programs on "Protect only" installs in several additional places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/srchpath.h

    r1241 r1398  
    1717#define SRCHPATH_H
    1818
    19 INT RunFM2Util(CHAR *appname, CHAR *filename);
    20 CHAR *searchapath(CHAR * path, CHAR * filename);
    21 CHAR *searchpath(CHAR * filename);
     19INT RunFM2Util(PCSZ appname, CHAR *filename);
     20CHAR *searchapath(PCSZ path, PCSZ filename);
     21CHAR *searchpath(PCSZ filename);
    2222
    2323
Note: See TracChangeset for help on using the changeset viewer.