Ignore:
Timestamp:
Aug 27, 2002, 10:31:48 AM (23 years ago)
Author:
sandervl
Message:

wine resync; fixed 16 bits handle bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvfw32/msvfw32.cpp

    r6386 r9140  
    1 /* $Id: msvfw32.cpp,v 1.8 2001-07-21 17:39:44 sandervl Exp $ */
     1/* $Id: msvfw32.cpp,v 1.9 2002-08-27 08:31:48 sandervl Exp $ */
    22/*
    33 * Copyright 1998 Marcus Meissner
     
    160160
    161161/****************************************************************************
    162  *    ICImageCompress     [MSVFW.31]
    163  */
    164 HANDLE VFWAPI ICImageCompress(
    165         HIC                 hic,        // compressor to use
    166         UINT                uiFlags,    // flags (none yet)
    167         LPBITMAPINFO      lpbiIn,     // format to compress from
    168         LPVOID              lpBits,     // data to compress
    169         LPBITMAPINFO        lpbiOut,    // compress to this (NULL ==> default)
    170         LONG                lQuality,   // quality to use
    171         LONG  *             plSize)     // compress to this size (0=whatever)
    172 {
    173 #ifdef DEBUG
    174     dprintf(("MSVFW32: ICImageCompress not implemented\n"));
    175 #endif
    176   return 0;
    177 }
    178 
    179 
    180 /****************************************************************************
    181  *    ICImageDecompress   [MSVFW.32]
    182  */
    183 HANDLE VFWAPI ICImageDecompress(
    184         HIC                 hic,        // compressor to use
    185         UINT                uiFlags,    // flags (none yet)
    186         LPBITMAPINFO        lpbiIn,     // format to decompress from
    187         LPVOID              lpBits,     // data to decompress
    188         LPBITMAPINFO        lpbiOut)    // decompress to this (NULL ==> default)
    189 {
    190 #ifdef DEBUG
    191     dprintf(("MSVFW32: ICImageDecompress not implemented\n"));
    192 #endif
    193   return 0;
    194 }
    195 
    196 
    197 /****************************************************************************
    198162 *    ICInstall     [MSVFW.34]
    199163 */
Note: See TracChangeset for help on using the changeset viewer.