| Last change
 on this file since 1418 was             1402, checked in by Gregg Young, 17 years ago | 
        
          | 
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.
 | 
        
          | 
              
Property                 svn:eolstyle
 set to                 native
Property                 svn:keywords
 set to                 Id | 
        
          | File size:
            694 bytes | 
      
      
| Rev | Line |  | 
|---|
| [1167] | 1 |  | 
|---|
|  | 2 | /*********************************************************************** | 
|---|
|  | 3 |  | 
|---|
| [1197] | 4 | $Id: inis.h 1402 2009-03-14 17:17:59Z gyoung $ | 
|---|
| [1167] | 5 |  | 
|---|
| [1197] | 6 | <<<description here>>> | 
|---|
| [1167] | 7 |  | 
|---|
| [1197] | 8 | Copyright (c) 1993-98 M. Kimes | 
|---|
|  | 9 | Copyright (c) 2008 Steven H. Levine | 
|---|
| [1167] | 10 |  | 
|---|
| [1197] | 11 | Change log | 
|---|
| [1402] | 12 | 14 Mar 09 GKY Additional strings move to PCSZs | 
|---|
| [1167] | 13 |  | 
|---|
|  | 14 | ***********************************************************************/ | 
|---|
|  | 15 |  | 
|---|
|  | 16 | #if !defined(INIS_H) | 
|---|
|  | 17 | #define INIS_H | 
|---|
|  | 18 |  | 
|---|
| [1229] | 19 | #include "colors.h"                     // typedef RGB2 | 
|---|
|  | 20 |  | 
|---|
| [1167] | 21 | MRESULT EXPENTRY IniProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); | 
|---|
|  | 22 | HWND StartIniEditor(HWND hwnd, CHAR * filename, INT flags); | 
|---|
|  | 23 |  | 
|---|
| [1209] | 24 | // Data declarations | 
|---|
| [1402] | 25 | extern PCSZ DRF_FM2INI; | 
|---|
|  | 26 | extern PCSZ DRM_FM2INIRECORD; | 
|---|
| [1209] | 27 | extern RGB2 RGBBLACK; | 
|---|
|  | 28 | extern HELPINIT hini; | 
|---|
| [1167] | 29 |  | 
|---|
|  | 30 | #endif // INIS_H | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.