Changeset 1489 for trunk/dll/saveclip.c


Ignore:
Timestamp:
Dec 26, 2009, 9:28:14 PM (16 years ago)
Author:
Gregg Young
Message:

Moved clipboard shared memory back to low memory to fix pasting problem in cmd.exe and other vio windows. Ticket 416

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/saveclip.c

    r1480 r1489  
    170170      }
    171171      if (WinOpenClipbrd(hab)) {
    172         if (!xDosAllocSharedMem((PPVOID) &text, (PSZ) NULL, len, PAG_COMMIT |
     172        if (!DosAllocSharedMem((PPVOID) &text, (PSZ) NULL, len, PAG_COMMIT |
    173173                                OBJ_GIVEABLE | PAG_READ | PAG_WRITE)) {
    174174          *text = 0;
Note: See TracChangeset for help on using the changeset viewer.