Changeset 1394 for trunk/dll/input.c


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/input.c

    r1348 r1394  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2005, 2008 Steven H. Levine
     9  Copyright (c) 2005, 2009 Steven H. Levine
    1010
    1111  28 May 05 SHL Use saymsg
     
    3737  // mp2 points at a structure of type STRINGINPARMS
    3838  STRINGINPARMS *psip;
    39   PSZ psz;
     39  PCSZ psz;
    4040
    4141  switch (msg) {
Note: See TracChangeset for help on using the changeset viewer.