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/path.c

    r3698 r3700  
    1 /* $Id: path.c,v 1.3 2000-06-13 11:42:05 achimha Exp $ */
     1/* $Id: path.c,v 1.4 2000-06-13 18:14:19 phaller Exp $ */
    22
    33/*
     
    4949#define strcasecmp      lstrcmpA
    5050
    51 ODINDEBUGCHANNEL(SHLWAPI-SHELLPATH)
     51
     52ODINDEBUGCHANNEL(SHLWAPI-PATH)
    5253
    5354
     
    6364LPSTR WINAPI PathAppendA(
    6465        LPSTR lpszPath1,
    65         LPSTR lpszPath2)
     66        LPCSTR lpszPath2)
    6667{
    6768        TRACE("%s %s\n",lpszPath1, lpszPath2);
Note: See TracChangeset for help on using the changeset viewer.