Ignore:
Timestamp:
Sep 2, 2007, 10:05:39 PM (18 years ago)
Author:
bird
Message:

env, paths, page allocation.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kHlp/Generic/kHlpPage.c

    r3573 r3575  
    2929*******************************************************************************/
    3030#include <k/kHlpAlloc.h>
     31#include <k/kHlpAssert.h>
    3132
    3233#if K_OS == K_OS_OS2
     
    4546*******************************************************************************/
    4647#if K_OS == K_OS_OS2
    47 /** The base of the stub object.
     48/** The base of the loader stub object. <kLdr Hack>
    4849 * The OS/2 exe stub consists of a single data object. When allocating memory
    49  * for an executable, we'll have to reuse this.  */
     50 * for an executable, we'll have to reuse this. */
    5051static void            *g_pvStub = NULL;
    51 /** The size of the stub object - 0 if no stub. */
     52/** The size of the stub object - 0 if no stub. <kLdr Hack> */
    5253static KSIZE            g_cbStub = 0;
    5354
     
    213214 * @param   cb          The byte count requested from kHlpPageAlloc().
    214215 */
    215 KHLP_DECL(int) skHlpPageFree(void *pv, KSIZE cb)
     216KHLP_DECL(int) kHlpPageFree(void *pv, KSIZE cb)
    216217{
    217218#if K_OS == K_OS_OS2
Note: See TracChangeset for help on using the changeset viewer.