Diff for /np2/win9x/winloc.h between versions 1.4 and 1.5

version 1.4, 2003/11/04 19:23:03 version 1.5, 2005/02/07 14:46:14
Line 21  void winloc_movingproc(WINLOC *wl, RECT  Line 21  void winloc_movingproc(WINLOC *wl, RECT 
 typedef struct {  typedef struct {
         HWND    hwnd;          HWND    hwnd;
         RECT    rect;          RECT    rect;
         BYTE    connect;          UINT8   connect;
         BYTE    padding;          UINT8   padding;
         UINT16  parent;          UINT16  parent;
 } WLEXWND;  } WLEXWND;
   

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


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