Changeset 1187 for trunk/dll/valid.c


Ignore:
Timestamp:
Sep 10, 2008, 11:58:04 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/valid.c

    r1162 r1187  
    3838#define INCL_LONGLONG
    3939
     40#include "fm3dll.h"
    4041#include "fm3str.h"
    4142#include "errutil.h"                    // Dos_Error...
    4243#include "strutil.h"                    // GetPString
    4344#include "valid.h"
    44 #include "fm3dll.h"
     45#include "dirs.h"                       // save_dir2
     46#include "strips.h"                     // bstrip
    4547
    4648static PSZ pszSrcFile = __FILE__;
     
    4850//static BOOL IsDesktop(HAB hab, HWND hwnd);
    4951//static BOOL IsFileSame(CHAR * filename1, CHAR * filename2);
     52//static char *IsVowel(char a);
    5053
    5154APIRET MakeFullName(char *pszFileName)
     
    943946}
    944947
     948#if 0   // JBS
    945949char *IsVowel(char a)
    946950{
    947951  return (strchr("aeiouAEIOU", a) != NULL) ? "n" : NullStr;
    948952}
     953#endif
    949954
    950955VOID GetDesktopName(CHAR * objectpath, ULONG size)
Note: See TracChangeset for help on using the changeset viewer.