Changeset 1394 for trunk/dll/systemf.h


Ignore:
Timestamp:
Feb 5, 2009, 5:17:25 AM (17 years ago)
Author:
Steven Levine
Message:

Ticket 340: Convert GetPString to use STRINGTABLE.

Drop fm3dll.str and mkstr.exe from makefiles and wpi builders

Convert many functions to expect PCSZ arguments.
Correct walk, compare and dirsizes dialog setups to ignore saved dialog size
Drop copyright.c logic from makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/systemf.h

    r1271 r1394  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2008 Steven H. Levine
     9  Copyright (c) 2008, 2009 Steven H. Levine
    1010
    1111  Change log
     
    4848EXECARGS;
    4949
    50 INT ExecOnList(HWND hwnd, CHAR * command, INT flags, CHAR * tpath,
    51                CHAR ** list, CHAR * prompt, PCSZ pszCallingFile, UINT uiLineNumber);
     50INT ExecOnList(HWND hwnd, PSZ command, INT flags, PSZ tpath,
     51               PSZ *list, PCSZ prompt, PCSZ pszCallingFile, UINT uiLineNumber);
    5252BOOL ShowSession(HWND hwnd, PID pid);
    5353INT runemf2(INT type, HWND hwnd, PCSZ pszCallingFile, UINT uiLineNumber,
    54             CHAR * directory, CHAR * environment,
    55             CHAR * formatstring, ...);
     54            PSZ directory, PSZ environment,
     55            PSZ formatstring, ...);
    5656
    5757
Note: See TracChangeset for help on using the changeset viewer.