Changeset 1214 for trunk/dll/valid.c


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

Ticket 187: Move data declarations/definitions out of fm3dll.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/valid.c

    r1193 r1214  
    3939
    4040#include "fm3dll.h"
     41#include "treecnr.h"                    // Data declaration(s)
     42#include "info.h"                       // Data declaration(s)
     43#include "notebook.h"                   // Data declaration(s)
    4144#include "fm3str.h"
    4245#include "errutil.h"                    // Dos_Error...
     
    4548#include "dirs.h"                       // save_dir2
    4649#include "strips.h"                     // bstrip
    47 
    48 static PSZ pszSrcFile = __FILE__;
     50#include "init.h"                       // GetTidForWindow
     51
    4952
    5053//static BOOL IsDesktop(HAB hab, HWND hwnd);
    5154//static BOOL IsFileSame(CHAR * filename1, CHAR * filename2);
    5255//static char *IsVowel(char a);
     56
     57// Data definitions
     58static PSZ pszSrcFile = __FILE__;
     59
     60#pragma data_seg(GLOBAL2)
     61CHAR *CDFS;
     62CHAR *FAT32;
     63CHAR *HPFS;
     64CHAR *HPFS386;
     65CHAR *ISOFS;
     66CHAR *JFS;
     67CHAR *NDFS32;
     68CHAR *NTFS;
     69CHAR *RAMFS;
    5370
    5471APIRET MakeFullName(char *pszFileName)
Note: See TracChangeset for help on using the changeset viewer.