Ignore:
Timestamp:
Oct 26, 2000, 7:21:39 PM (25 years ago)
Author:
sandervl
Message:

registry fixes (heap corruption) + VirtualAlloc change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.CPP

    r4422 r4534  
    1 /* $Id: KERNEL32.CPP,v 1.56 2000-10-04 19:36:24 sandervl Exp $ */
     1/* $Id: KERNEL32.CPP,v 1.57 2000-10-26 17:21:38 sandervl Exp $ */
    22
    33/*
     
    178178//******************************************************************************
    179179//******************************************************************************
    180 UINT WIN32API GetACP(VOID)
    181 {
    182   dprintf(("KERNEL32:  GetACP\n"));
     180ODINFUNCTION0(UINT, GetACP)
     181{
    183182  return(O32_GetACP());
    184183}
Note: See TracChangeset for help on using the changeset viewer.