Ignore:
Timestamp:
Jun 9, 2002, 2:42:40 PM (23 years ago)
Author:
sandervl
Message:

compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shellpath.c

    r8048 r8614  
    1414#include "shlobj.h"
    1515#include "shell32_main.h"
    16 #include "wine/undocshell.h"
     16#include "undocshell.h"
    1717#include "wine/unicode.h"
    1818#include "shlwapi.h"
     
    246246 * PathQuoteSpacesAW [SHELL32.55]
    247247 */
    248 LPVOID WINAPI PathQuoteSpacesAW (LPVOID lpszPath)
     248VOID WINAPI PathQuoteSpacesAW (LPVOID lpszPath)
    249249{
    250250        if(SHELL_OsIsUnicode())
     
    645645 * PathSetDlgItemPathAW
    646646 */
    647 BOOL WINAPI PathSetDlgItemPathAW(HWND hDlg, int id, LPCVOID pszPath)
     647VOID WINAPI PathSetDlgItemPathAW(HWND hDlg, int id, LPCVOID pszPath)
    648648{       if (SHELL_OsIsUnicode())
    649649          return PathSetDlgItemPathW(hDlg, id, pszPath);
Note: See TracChangeset for help on using the changeset viewer.