Ignore:
Timestamp:
Jan 25, 2000, 9:27:58 PM (26 years ago)
Author:
sandervl
Message:

Allocate low memory at right address and with right size in peldr.dll (fixes install of Windows Media Player)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/initterm.cpp

    r2253 r2513  
    1 /* $Id: initterm.cpp,v 1.32 1999-12-29 18:49:50 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.33 2000-01-25 20:27:16 sandervl Exp $ */
    22
    33/*
     
    121121
    122122            PROFILE_LoadOdinIni();
    123 //            if(RegisterLxDll(hModule, 0, 0) == FALSE)
    124123            if(RegisterLxDll(hModule, 0, (PVOID)&_Resource_PEResTab) == FALSE)
    125124                return 0UL;
Note: See TracChangeset for help on using the changeset viewer.