Diff for /np2/win9x/debuguty/viewer.cpp between versions 1.4 and 1.5

version 1.4, 2003/12/08 00:55:34 version 1.5, 2005/02/04 05:32:25
Line 6 Line 6
 #include        "cpucore.h"  #include        "cpucore.h"
   
   
 static  char            np2viewclass[] = "NP2-ViewWindow";  static  const char      np2viewclass[] = "NP2-ViewWindow";
                   const char      np2viewfont[] = "£Í£Ó ¥´¥·¥Ã¥¯";
                 NP2VIEW_T       np2view[NP2VIEW_MAX];                  NP2VIEW_T       np2view[NP2VIEW_MAX];
 extern  HINSTANCE       hInst;  extern  HINSTANCE       hInst;
   

Removed from v.1.4  
changed lines
  Added in v.1.5


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