- Timestamp:
- Jan 6, 2001, 12:25:49 AM (25 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.cpp
r4848 r4873 1 /* $Id: dibsect.cpp,v 1.4 4 2000-12-29 18:40:43sandervl Exp $ */1 /* $Id: dibsect.cpp,v 1.45 2001-01-05 23:25:30 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include <win32api.h> 26 26 #include <winconst.h> 27 #include <winuser32.h> 27 28 #include <cpuhlp.h> 28 29 #include <dcdata.h> … … 515 516 nDestWidth, nDestHeight, nSrcWidth, nSrcHeight)); 516 517 517 /*518 hwndDest = Win32ToOS2Handle(hwndDest);519 if(hwndDest != 0)520 {521 hps = WinGetPS(hwndDest);522 }523 */524 518 #ifdef INVERT 525 519 oldyinversion = GpiQueryYInversion(hps); … … 603 597 else rc = GpiDrawBits(hps, bitmapBits, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode); 604 598 605 /*606 if(hwndDest != 0)607 {608 WinReleasePS(hps);609 }610 */611 599 if(rc == GPI_OK) { 612 600 DIBSection *destdib = DIBSection::findHDC(hdcDest); -
trunk/src/gdi32/gdi32rsrc.orc
r4681 r4873 1 /* $Id: gdi32rsrc.orc,v 1. 3 2000-11-23 19:23:01sandervl Exp $ */1 /* $Id: gdi32rsrc.orc,v 1.4 2001-01-05 23:25:30 sandervl Exp $ */ 2 2 3 3 #include "winuser.h" … … 28 28 VALUE "FileVersion", "4.00\0" 29 29 VALUE "InternalName", "GDI32\0" 30 VALUE "LegalCopyright", "Copyright (C) 2000\0"30 VALUE "LegalCopyright", "Copyright (C) 1999-2001\0" 31 31 VALUE "LegalTrademarks", "\0" 32 32 VALUE "OriginalFilename", "GDI32.DLL\0" -
trunk/src/gdi32/initterm.cpp
r3993 r4873 1 /* $Id: initterm.cpp,v 1.1 2 2000-08-11 10:56:15sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.13 2001-01-05 23:25:30 sandervl Exp $ */ 2 2 3 3 /* … … 94 94 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 95 95 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 101 96 if(InitRegionSpace() == FALSE) { 102 97 return 0UL; -
trunk/src/user32/user32rsrc.orc
r4825 r4873 1 /* $Id: user32rsrc.orc,v 1. 6 2000-12-17 15:04:11sandervl Exp $ */1 /* $Id: user32rsrc.orc,v 1.7 2001-01-05 23:25:49 sandervl Exp $ */ 2 2 /* converted from WINE */ 3 3 … … 891 891 VALUE "FileVersion", "4.00\0" 892 892 VALUE "InternalName", "USER32\0" 893 VALUE "LegalCopyright", "Copyright (C) 1999-200 0\0"893 VALUE "LegalCopyright", "Copyright (C) 1999-2001\0" 894 894 VALUE "LegalTrademarks", "\0" 895 895 VALUE "OriginalFilename", "USER32.DLL\0"
Note:
See TracChangeset
for help on using the changeset viewer.