Changeset 4873 for trunk/src


Ignore:
Timestamp:
Jan 6, 2001, 12:25:49 AM (25 years ago)
Author:
sandervl
Message:

minor update

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/dibsect.cpp

    r4848 r4873  
    1 /* $Id: dibsect.cpp,v 1.44 2000-12-29 18:40:43 sandervl Exp $ */
     1/* $Id: dibsect.cpp,v 1.45 2001-01-05 23:25:30 sandervl Exp $ */
    22
    33/*
     
    2525#include <win32api.h>
    2626#include <winconst.h>
     27#include <winuser32.h>
    2728#include <cpuhlp.h>
    2829#include <dcdata.h>
     
    515516           nDestWidth, nDestHeight, nSrcWidth, nSrcHeight));
    516517
    517 /*
    518   hwndDest = Win32ToOS2Handle(hwndDest);
    519   if(hwndDest != 0)
    520   {
    521       hps = WinGetPS(hwndDest);
    522   }
    523 */
    524518#ifdef INVERT
    525519  oldyinversion = GpiQueryYInversion(hps);
     
    603597  else  rc = GpiDrawBits(hps, bitmapBits, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode);
    604598
    605 /*
    606   if(hwndDest != 0)
    607   {
    608     WinReleasePS(hps);
    609   }
    610 */
    611599  if(rc == GPI_OK) {
    612600        DIBSection *destdib = DIBSection::findHDC(hdcDest);
  • trunk/src/gdi32/gdi32rsrc.orc

    r4681 r4873  
    1 /* $Id: gdi32rsrc.orc,v 1.3 2000-11-23 19:23:01 sandervl Exp $ */
     1/* $Id: gdi32rsrc.orc,v 1.4 2001-01-05 23:25:30 sandervl Exp $ */
    22
    33#include "winuser.h"
     
    2828            VALUE "FileVersion", "4.00\0"
    2929            VALUE "InternalName", "GDI32\0"
    30             VALUE "LegalCopyright", "Copyright (C) 2000\0"
     30            VALUE "LegalCopyright", "Copyright (C) 1999-2001\0"
    3131            VALUE "LegalTrademarks", "\0"
    3232            VALUE "OriginalFilename", "GDI32.DLL\0"
  • trunk/src/gdi32/initterm.cpp

    r3993 r4873  
    1 /* $Id: initterm.cpp,v 1.12 2000-08-11 10:56:15 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.13 2001-01-05 23:25:30 sandervl Exp $ */
    22
    33/*
     
    9494         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    9595
    96          /*******************************************************************/
    97          /* A DosExitList routine must be used to clean up if runtime calls */
    98          /* are required and the runtime is dynamically linked.             */
    99          /*******************************************************************/
    100 
    10196         if(InitRegionSpace() == FALSE) {
    10297                return 0UL;
  • trunk/src/user32/user32rsrc.orc

    r4825 r4873  
    1 /* $Id: user32rsrc.orc,v 1.6 2000-12-17 15:04:11 sandervl Exp $ */
     1/* $Id: user32rsrc.orc,v 1.7 2001-01-05 23:25:49 sandervl Exp $ */
    22/* converted from WINE */
    33
     
    891891            VALUE "FileVersion", "4.00\0"
    892892            VALUE "InternalName", "USER32\0"
    893             VALUE "LegalCopyright", "Copyright (C) 1999-2000\0"
     893            VALUE "LegalCopyright", "Copyright (C) 1999-2001\0"
    894894            VALUE "LegalTrademarks", "\0"
    895895            VALUE "OriginalFilename", "USER32.DLL\0"
Note: See TracChangeset for help on using the changeset viewer.