Ignore:
Timestamp:
Aug 24, 2000, 11:33:33 AM (25 years ago)
Author:
sandervl
Message:

resync with Wine 20000801

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/ordinal.cpp

    r3942 r4081  
    1 /* $Id: ordinal.cpp,v 1.4 2000-08-02 20:18:23 bird Exp $ */
     1/* $Id: ordinal.cpp,v 1.5 2000-08-24 09:32:42 sandervl Exp $ */
    22
    33/*
     
    5858
    5959#include "shlwapi.h"
     60#include "shlwapi_odin.h"
    6061
    6162
     
    16341635  return flagIsLowMemoryMachine;
    16351636}
     1637
     1638/*************************************************************************
     1639 *      SHCreateShellPalette    [SHLWAPI.@]
     1640 */
     1641HPALETTE WINAPI SHCreateShellPalette(HDC hdc)
     1642{
     1643        FIXME("stub\n");
     1644        return CreateHalftonePalette(hdc);
     1645}
Note: See TracChangeset for help on using the changeset viewer.