Ignore:
Timestamp:
Nov 25, 2011, 10:19:52 PM (14 years ago)
Author:
dmik
Message:

Make the debug version of ported DLLs build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/heapshared.cpp

    r21796 r21824  
    255255//******************************************************************************
    256256//******************************************************************************
    257 void * _System _debug_smalloc(int size, char *pszFile, int linenr)
     257void * _System _debug_smalloc(int size, const char *pszFile, int linenr)
    258258{
    259259    void *chunk;
     
    269269//******************************************************************************
    270270//******************************************************************************
    271 void * _System _debug_smallocfill(int size, int filler, char *pszFile, int linenr)
     271void * _System _debug_smallocfill(int size, int filler, const char *pszFile, int linenr)
    272272{
    273273    void *chunk;
     
    286286//******************************************************************************
    287287//******************************************************************************
    288 void   _System _debug_sfree(void *chunk, char *pszFile, int linenr)
     288void   _System _debug_sfree(void *chunk, const char *pszFile, int linenr)
    289289{
    290290    dprintf(("_sfree %x", chunk));
Note: See TracChangeset for help on using the changeset viewer.