Changeset 3931 for trunk/src


Ignore:
Timestamp:
Aug 2, 2000, 6:32:43 PM (25 years ago)
Author:
bird
Message:

Added the CVS keyword Id.

Location:
trunk/src
Files:
4 edited

Legend:

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

    r1607 r3931  
     1/* $Id: msvfw32.cpp,v 1.5 2000-08-02 16:27:41 bird Exp $ */
    12/*
    23 * Copyright 1998 Marcus Meissner
     
    910
    1011#define ICOM_CINTERFACE 1
    11 #define strcasecmp               strcmp 
     12#define strcasecmp               strcmp
    1213
    1314#include <os2win.h>
     
    9394        sprintf(codecname,"%s.%s",type,handler);
    9495
    95         /* Well, lParam2 is in fact a LPVIDEO_OPEN_PARMS, but it has the 
     96        /* Well, lParam2 is in fact a LPVIDEO_OPEN_PARMS, but it has the
    9697         * same layout as ICOPEN
    9798         */
     
    155156        switch (wMode) {
    156157        case ICMODE_FASTCOMPRESS:
    157         case ICMODE_COMPRESS: 
     158        case ICMODE_COMPRESS:
    158159                querymsg = ICM_COMPRESS_QUERY;
    159160                break;
     
    192193        INT depth,INT dx,INT dy
    193194) {
    194         HIC     tmphic = hic; 
     195        HIC     tmphic = hic;
    195196        LRESULT lres;
    196197
     
    223224        if (lpbiIn->biBitCount == 8)
    224225                depth = 8;
    225        
     226
    226227        return hic;
    227228errout:
     
    257258}
    258259
    259 DWORD VFWAPIV 
     260DWORD VFWAPIV
    260261ICDecompress(HIC hic,DWORD dwFlags,LPBITMAPINFOHEADER lpbiFormat,LPVOID lpData,LPBITMAPINFOHEADER  lpbi,LPVOID lpBits) {
    261262        ICDECOMPRESS    icd;
     
    668669        LONG                lQuality,   // quality to use
    669670        LONG                plSize)     // compress to this size (0=whatever)
    670 {       
     671{
    671672#ifdef DEBUG
    672673    dprintf(("MSVFW32: ICImageCompress not implemented\n"));
     
    685686        LPVOID              lpBits,     // data to decompress
    686687        LPBITMAPINFO        lpbiOut)    // decompress to this (NULL ==> default)
    687 {       
     688{
    688689#ifdef DEBUG
    689690    dprintf(("MSVFW32: ICImageDecompress not implemented\n"));
     
    697698 */
    698699BOOL    VFWAPI ICInstall(DWORD fccType, DWORD fccHandler, LPARAM lParam, LPSTR szDesc, UINT wFlags)
    699 {       
     700{
    700701#ifdef DEBUG
    701702    dprintf(("MSVFW32: ICInstall not implemented\n"));
     
    709710 */
    710711BOOL    VFWAPI ICRemove(DWORD fccType, DWORD fccHandler, UINT wFlags)
    711 {       
     712{
    712713#ifdef DEBUG
    713714    dprintf(("MSVFW32: ICRemove not implemented\n"));
  • trunk/src/oleaut32/oList.cpp

    r2018 r3931  
     1/* $Id: oList.cpp,v 1.2 2000-08-02 16:28:19 bird Exp $ */
    12/*
    23 * oList.cpp
  • trunk/src/olepro32/olepro32.cpp

    r2842 r3931  
     1/* $Id: olepro32.cpp,v 1.2 2000-08-02 16:29:41 bird Exp $ */
    12/*
    23 * OlePro32 Stubs
     
    3132        return S_OK;
    3233}
    33  
     34
    3435/*****************************************************
    3536 * OleCreatePropertyFrame
     
    3738HRESULT WINAPI OleCreatePropertyFrame( HWND hwndOwner, UINT x, UINT y,
    3839                        LPCOLESTR lpszCaption,ULONG cObjects, LPUNKNOWN* ppUnk,
    39                         ULONG cPages, LPCLSID pPageClsID, LCID lcid, 
     40                        ULONG cPages, LPCLSID pPageClsID, LCID lcid,
    4041                        DWORD dwReserved, LPVOID pvReserved )
    4142{
     
    4546        return S_OK;
    4647}
    47  
     48
    4849/*****************************************************
    4950 * OleLoadPicture
     
    5758        return S_OK;
    5859}
    59  
     60
    6061HRESULT WINAPI DllUnregisterServer()
    6162{
  • trunk/src/olesvr32/olesvr32.cpp

    r1710 r3931  
     1/* $Id: olesvr32.cpp,v 1.4 2000-08-02 16:32:43 bird Exp $ */
    12/*
    23 *      OLESVR32 library
     
    45 *      Copyright 1995  Martin von Loewis
    56 *      Copyright 1999  Jens Wiessner
    6  */
    7 
    8 /*      At the moment, these are only empty stubs.
     7 *
     8 *      At the moment, these are only empty stubs.
    99 */
    1010
Note: See TracChangeset for help on using the changeset viewer.