Changeset 32 for trunk/src


Ignore:
Timestamp:
Jun 1, 1999, 11:59:16 PM (26 years ago)
Author:
phaller
Message:

Fix: source beautifying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/advapi32/advapi32.c

    r4 r32  
    1 /* $Id: advapi32.c,v 1.1 1999-05-24 20:19:32 ktk Exp $ */
     1/* $Id: advapi32.c,v 1.2 1999-06-01 21:59:16 phaller Exp $ */
    22
    33/*
     
    400400//******************************************************************************
    401401//******************************************************************************
    402 DWORD WIN32API RegSetValueW(HKEY hkey, LPCWSTR lpSubKey, DWORD dwType, LPCWSTR lpData, DWORD cbData)
     402DWORD WIN32API RegSetValueW(HKEY    hkey,
     403                            LPCWSTR lpSubKey,
     404                            DWORD   dwType,
     405                            LPCWSTR lpData,
     406                            DWORD cbData)
    403407{
    404408 char *astring1 = UnicodeToAsciiString((LPWSTR)lpSubKey);
     
    49614965
    49624966LONG WIN32API RegUnLoadKeyA(HKEY    hKey,
    4963                                LPCSTR lpszSubKey)
     4967                            LPCSTR lpszSubKey)
    49644968{
    49654969  dprintf(("ADVAPI32: RegUnLoadKeyA(%08xh,%s) not implemented.\n",
Note: See TracChangeset for help on using the changeset viewer.