Changeset 1203


Ignore:
Timestamp:
Sep 13, 2008, 8:46:02 AM (17 years ago)
Author:
John Small
Message:

Ticket 187: Move datadevlarations/definitions out of fm3dll.h

Location:
trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/av2.c

    r1176 r1203  
    2222
    2323#include "dll\fm3dll.h"
     24#include "dll\mainwnd.h"                // Data declaration(s)
     25#include "dll\init.h"                   // Data declaration(s)
     26#include "dll\notebook.h"               // Data declaration(s)
     27#include "dll\arccnrs.h"
    2428#include "dll\fm3str.h"
    2529#include "dll\version.h"
  • trunk/databar.c

    r1176 r1203  
    2323
    2424#include "dll\fm3dll.h"
     25#include "dll\notebook.h"                       // Data declaration(s)
     26#include "dll\notebook.h"               // Data declaration(s)
    2527#include "dll\datamin.h"
    2628#include "dll\fm3dlg.h"
  • trunk/dirsize.c

    r1176 r1203  
    2222
    2323#include "dll\fm3dll.h"
     24#include "dll\notebook.h"                       // Data declaration(s)
     25#include "dll\info.h"                           // Data declaration(s)
     26#include "dll\mainwnd.h"                        // Data declaration(s)
    2427#include "dll\fm3dlg.h"
    25 #include "dirsize.h"
    2628#include "dll\valid.h"                          // CheckDrive
    27 #include "dll\init.h"                   // InitFM3DLL
     29#include "dll\init.h"                           // InitFM3DLL
    2830#include "dll\dirsize.h"                        // DirSizeProc
    2931
  • trunk/dirsize.dlg

    r553 r1203  
    1313***********************************************************************/
    1414
    15 #include "dirsize.h"
     15#include "dll\dirsize.h"
    1616
    1717DLGTEMPLATE DIRSIZE_FRAME LOADONCALL MOVEABLE DISCARDABLE
  • trunk/dirsize.h

    r1194 r1203  
    1717
    1818
    19 #define DIRSIZE_FRAME               100
    20 #define DIRSIZE_LISTBOX             101
    21 #define DIRSIZE_LABEL               102
    22 #define DIRSIZE_UNITSFREE           103
    23 #define DIRSIZE_UNITSIZE            104
    24 #define DIRSIZE_PERCENT             105
    25 #define DIRSIZE_BYTESUSED           106
    26 #define DIRSIZE_BYTESFREE           107
    27 #define DIRSIZE_UNITSUSED           108
    28 #define DIRSIZE_IFS                 109
    29 #define DIRSIZE_LOCAL               110
    30 #define DIRSIZE_SLIDER              111
    3119
    3220
  • trunk/dirsize.rc

    r905 r1203  
    1515
    1616#include "dll\fm3dll.h"
    17 #include "dirsize.h"
     17#include "dll\dirsize.h"
    1818
    1919DEFAULTICON                 icons\DIRSIZE.ICO
  • trunk/dll/arccnrs.c

    r1183 r1203  
    8080
    8181#include "fm3dll.h"
     82#include "mainwnd2.h"                   // Data declaration(s)
     83#include "grep.h"                       // Data declaration(s)
     84#include "dircnrs.h"                    // Data declaration(s)
     85#include "info.h"                       // Data declaration(s)
     86#include "init.h"                       // Data declaration(s)
    8287#include "arccnrs.h"                    // StartArcCnr
    8388#include "fm3dlg.h"
     
    130135
    131136#pragma data_seg(DATA1)
    132 
    133137static INT DefArcSortFlags;
     138
     139// Data definitions
    134140static PSZ pszSrcFile = __FILE__;
     141#pragma data_seg(GLOBAL1)
     142HWND ArcCnrMenu;
     143HWND ArcMenu;
     144CHAR ArcTempRoot[CCHMAXPATH];
     145BOOL fArcStuffVisible;
     146
     147#pragma data_seg(GLOBAL2)
     148CHAR lastextractpath[CCHMAXPATH];
     149ULONGLONG ullDATFileSpaceNeeded;
    135150
    136151static MRESULT EXPENTRY ArcErrProc(HWND hwnd, ULONG msg, MPARAM mp1,
  • trunk/dll/arccnrs.h

    r1194 r1203  
    3535MRESULT EXPENTRY ArcObjWndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    3636
     37// Data declarations
     38extern HWND ArcCnrMenu;
     39extern HWND ArcMenu;
     40extern CHAR ArcTempRoot[CCHMAXPATH];
     41extern BOOL fArcStuffVisible;
     42extern CHAR lastextractpath[CCHMAXPATH];
     43extern ULONGLONG ullDATFileSpaceNeeded;
     44
    3745#endif // ARCCNRS_H
  • trunk/dll/archive.c

    r1179 r1203  
    2424
    2525#include "fm3dll.h"
     26#include "notebook.h"                   // Data declaration(s)
    2627#include "fm3dlg.h"
    2728#include "fm3str.h"
  • trunk/dll/assoc.c

    r1188 r1203  
    3434
    3535#include "fm3dll.h"
     36#include "arccnrs.h"                    // Data declaration(s)
     37#include "notebook.h"                   // Data declaration(s)
     38#include "init.h"                       // Data declaration(s)
     39#include "mainwnd.h"                    // Data declaration(s)
     40#include "defview.h"                    // Data declaration(s)
    3641#include "fm3dlg.h"
    3742#include "fm3str.h"
Note: See TracChangeset for help on using the changeset viewer.