Changeset 1402 for trunk/dll/mainwnd.h


Ignore:
Timestamp:
Mar 14, 2009, 6:17:59 PM (16 years ago)
Author:
Gregg Young
Message:

Remove variable aurgs from docopy & unlinkf (not used); Move more strings to PCSZs and string table; Move PCSZs to compile time initialization; Fix hang on startup caused by a drive scan and a dircnr scan trying to update a drive in the tree at the same time (related to the "treeswitch options); Code cleanup mainly removal of old printfs, SayMsgs, DbgMsg and unneeded %s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.h

    r1394 r1402  
    1111  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
    1212  04 Feb 09 SHL Convert args to const to match GetPString mods
     13  08 Mar 09 GKY Additional strings move to PCSZs & String Table
    1314
    1415***********************************************************************/
     
    5051extern ULONG DriveLines;
    5152extern HMODULE FM3ModHandle;
    52 extern CHAR *FM3Str;
     53extern PCSZ FM3Str;
    5354extern HWND MainPopupMenu;
    5455extern HWND MainObjectHwnd;
Note: See TracChangeset for help on using the changeset viewer.