Changeset 4056 for trunk/src


Ignore:
Timestamp:
Aug 20, 2000, 12:09:20 PM (25 years ago)
Author:
sandervl
Message:

compile errors fixed

File:
1 edited

Legend:

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

    r3879 r4056  
    1 /* $Id: path.c,v 1.5 2000-07-21 18:30:29 sandervl Exp $ */
     1/* $Id: path.c,v 1.6 2000-08-20 10:09:20 sandervl Exp $ */
    22
    33/*
     
    4848#include <winuser.h>
    4949
    50 #include "shlwapi.h"
     50#include <win\shlwapi.h>
     51#include <win\shlobj.h>
     52#include <win\wine\undocshell.h>
    5153
    5254#define strncasecmp     lstrncmpA
     
    900902 * NOTES
    901903 */
    902 LPSTR WINAPI PathQuoteSpacesA(LPCSTR lpszPath)
     904LPSTR WINAPI PathQuoteSpacesA(LPSTR lpszPath)
    903905{
    904906        FIXME("%s\n",lpszPath);
     
    909911 * PathQuoteSpacesW [SHLWAPI.@]
    910912 */
    911 LPWSTR WINAPI PathQuoteSpacesW(LPCWSTR lpszPath)
     913LPWSTR WINAPI PathQuoteSpacesW(LPWSTR lpszPath)
    912914{
    913915        FIXME("%s\n",debugstr_w(lpszPath));
     
    918920 * PathQuoteSpacesAW [SHELL32.55]
    919921 */
    920 LPVOID WINAPI PathQuoteSpacesAW (LPCVOID lpszPath)
     922LPVOID WINAPI PathQuoteSpacesAW (LPVOID lpszPath)
    921923{
    922924        if(VERSION_OsIsUnicode())
Note: See TracChangeset for help on using the changeset viewer.