Ignore:
Timestamp:
Jun 13, 2000, 8:14:21 PM (25 years ago)
Author:
phaller
Message:

Fix build problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/shlwapi.h

    r3688 r3700  
    1 /* $Id: shlwapi.h,v 1.3 2000-06-12 11:35:14 phaller Exp $ */
     1/* $Id: shlwapi.h,v 1.4 2000-06-13 18:14:20 phaller Exp $ */
    22
    33/*
     
    5252   
    5353// PATH.CPP
    54 LPSTR WIN32API PathRemoveFileSpecA(LPSTR lpstrFilename);
    55 LPSTR WIN32API PathAppendA(LPSTR lpstrPath,
    56                            LPSTR lpstrAppend);
     54BOOL  WIN32API PathRemoveFileSpecA(LPSTR lpszPath);
     55LPSTR WIN32API PathAppendA(LPSTR  lpstrPath,
     56                           LPCSTR lpstrAppend);
    5757   
    5858// STRING.CPP
Note: See TracChangeset for help on using the changeset viewer.