Ignore:
Timestamp:
Jan 6, 2007, 1:10:17 PM (19 years ago)
Author:
cinc
Message:

Created an include file mess...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/emx-wrapper/voyager-desktop.c

    r134 r176  
    4141#include <stdio.h>
    4242
     43void * pMemInExe;
     44
    4345int main( int   argc,
    4446          char *argv[] )
     
    5153  PFN proc;
    5254
     55
     56  fprintf(stderr, "%s: Memaddress for GC: %x\n", __FUNCTION__, (UINT)&pMemInExe);
    5357  /*
    5458    Initialize the garbage collector.
     
    6973    }
    7074  fprintf(stderr, "   Proc address for nomInitGarbageCollection() is: 0x%x\n", (int)proc);
    71   proc();
     75  proc(&pMemInExe);
    7276
    7377  /*
Note: See TracChangeset for help on using the changeset viewer.