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

version 1.6, 2004/05/23 15:01:45 version 1.7, 2005/02/07 15:39:28
Line 114  void np2class_enablemenu(HWND hWnd, BOOL Line 114  void np2class_enablemenu(HWND hWnd, BOOL
         }          }
 }  }
   
 void np2class_windowtype(HWND hWnd, BYTE type) {  void np2class_windowtype(HWND hWnd, UINT8 type) {
   
         RECT    rect;          RECT    rect;
         DWORD   style;          DWORD   style;
Line 146  void np2class_windowtype(HWND hWnd, BYTE Line 146  void np2class_windowtype(HWND hWnd, BYTE
                                                         rect.right - rect.left, rect.bottom - rect.top);                                                          rect.right - rect.left, rect.bottom - rect.top);
 }  }
   
 void np2class_frametype(HWND hWnd, BYTE thick) {  void np2class_frametype(HWND hWnd, UINT8 thick) {
   
         RECT    rect;          RECT    rect;
         DWORD   style;          DWORD   style;

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


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