Changeset 1162 for trunk/dll/valid.c


Ignore:
Timestamp:
Sep 5, 2008, 11:43:09 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/valid.c

    r1104 r1162  
    4141#include "errutil.h"                    // Dos_Error...
    4242#include "strutil.h"                    // GetPString
     43#include "valid.h"
    4344#include "fm3dll.h"
    4445
    4546static PSZ pszSrcFile = __FILE__;
     47
     48//static BOOL IsDesktop(HAB hab, HWND hwnd);
     49//static BOOL IsFileSame(CHAR * filename1, CHAR * filename2);
    4650
    4751APIRET MakeFullName(char *pszFileName)
     
    180184}
    181185
     186#if 0   // JBS
    182187BOOL IsDesktop(HAB hab, HWND hwnd)
    183188{
     
    191196  return FALSE;
    192197}
     198#endif
    193199
    194200BOOL ParentIsDesktop(HWND hwnd, HWND hwndParent)
     
    401407}
    402408
     409#if 0   // JBS
    403410BOOL IsFileSame(CHAR * filename1, CHAR * filename2)
    404411{
     
    426433  return FALSE;
    427434}
     435#endif
    428436
    429437INT IsFile(CHAR * filename)
Note: See TracChangeset for help on using the changeset viewer.