/[dotgnu-pnet]/pnet/engine/ilverify.c
ViewVC logotype

Diff of /pnet/engine/ilverify.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by rweather, Thu May 15 06:02:07 2003 UTC revision 1.30 by ktreichel, Thu May 5 10:16:16 2005 UTC
# Line 98  int main(int argc, char *argv[]) Line 98  int main(int argc, char *argv[])
98          }          }
99    
100          /* Initialize the engine, to ensure that the garbage collector is OK */          /* Initialize the engine, to ensure that the garbage collector is OK */
101    #ifdef IL_CONFIG_APPDOMAINS
102            ILExecInit(0, 0);
103    #else
104          ILExecInit(0);          ILExecInit(0);
105    #endif
106    
107          /* Create a context to use for image loading */          /* Create a context to use for image loading */
108          context = ILContextCreate();          context = ILContextCreate();

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26