Ignore:
Timestamp:
Nov 6, 2000, 11:20:56 AM (25 years ago)
Author:
sandervl
Message:

merged with latest Wine (11-05-2000)

File:
1 edited

Legend:

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

    r4121 r4561  
    1 /* $Id: shellord.c,v 1.1 2000-08-30 13:52:56 sandervl Exp $ */
     1/* $Id: shellord.c,v 1.2 2000-11-06 10:20:56 sandervl Exp $ */
    22/*
    33 * The parameters of many functions changes between different OS versions
     
    109109
    110110/*************************************************************************
    111  * SHGetSettings                                [SHELL32.68]
     111 * SHGetSetSettings                             [SHELL32.68]
     112 */
     113VOID WINAPI SHGetSetSettings(DWORD x, DWORD y, DWORD z)
     114{
     115        FIXME("0x%08lx 0x%08lx 0x%08lx\n", x, y, z);
     116}
     117
     118/*************************************************************************
     119 * SHGetSettings                                [SHELL32.@]
    112120 *
    113121 * NOTES
Note: See TracChangeset for help on using the changeset viewer.