Diff for /np2/win9x/juliet.cpp between versions 1.6 and 1.7

version 1.6, 2005/02/07 14:46:14 version 1.7, 2005/02/09 20:11:35
Line 107  const DLLPROC *dterm; Line 107  const DLLPROC *dterm;
         while(d < dterm) {          while(d < dterm) {
                 proc = (long)GetProcAddress(mod, d->symbol);                  proc = (long)GetProcAddress(mod, d->symbol);
                 if (proc == (long)NULL) {                  if (proc == (long)NULL) {
                         MessageBox(NULL, "0", "?", MB_OK);  
                         goto jini_err2;                          goto jini_err2;
                 }                  }
                 *(long *)(((UINT8 *)&romeo) + (d->addr)) = proc;                  *(long *)(((UINT8 *)&romeo) + (d->addr)) = proc;

Removed from v.1.6  
changed lines
  Added in v.1.7


RetroPC.NET-CVS <cvs@retropc.net>