Changeset 3698 for trunk/src


Ignore:
Timestamp:
Jun 13, 2000, 1:42:05 PM (25 years ago)
Author:
achimha
Message:

corrected prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/path.c

    r3684 r3698  
    1 /* $Id: path.c,v 1.2 2000-06-11 08:44:54 phaller Exp $ */
     1/* $Id: path.c,v 1.3 2000-06-13 11:42:05 achimha Exp $ */
    22
    33/*
     
    6363LPSTR WINAPI PathAppendA(
    6464        LPSTR lpszPath1,
    65         LPCSTR lpszPath2)
     65        LPSTR lpszPath2)
    6666{
    6767        TRACE("%s %s\n",lpszPath1, lpszPath2);
Note: See TracChangeset for help on using the changeset viewer.