Ignore:
Timestamp:
Apr 2, 2003, 2:58:58 PM (22 years ago)
Author:
sandervl
Message:

YD: Changes for header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/registry.cpp

    r9647 r9975  
    1 /* $Id: registry.cpp,v 1.20 2003-01-08 14:25:40 sandervl Exp $ */
     1/* $Id: registry.cpp,v 1.21 2003-04-02 12:58:30 sandervl Exp $ */
    22
    33/*
     
    270270 *****************************************************************************/
    271271
    272 LONG WIN32API RegDeleteKeyW(HKEY hKey, LPWSTR lpszSubKey)
     272LONG WIN32API RegDeleteKeyW(HKEY hKey, LPCWSTR lpszSubKey)
    273273{
    274274  char *astring = UnicodeToAsciiString(lpszSubKey);
     
    878878
    879879LONG WIN32API RegQueryValueExA(HKEY   hkey,
    880                                LPSTR   lpszValueName,
     880                               LPCSTR   lpszValueName,
    881881                               LPDWORD lpdwReserved,
    882882                               LPDWORD lpdwType,
     
    944944
    945945LONG WIN32API RegQueryValueExW(HKEY   hkey,
    946                                LPWSTR  lpszValueName,
     946                               LPCWSTR  lpszValueName,
    947947                               LPDWORD lpdwReserved,
    948948                               LPDWORD lpdwType,
Note: See TracChangeset for help on using the changeset viewer.