Diff for /np2/win9x/dialog/np2class.h between versions 1.4 and 1.6

version 1.4, 2003/11/04 15:44:59 version 1.6, 2005/02/07 15:39:28
Line 19  enum { Line 19  enum {
 void np2class_wmcreate(HWND hWnd);  void np2class_wmcreate(HWND hWnd);
 void np2class_wmdestroy(HWND hWnd);  void np2class_wmdestroy(HWND hWnd);
 void np2class_enablemenu(HWND hWnd, BOOL enable);  void np2class_enablemenu(HWND hWnd, BOOL enable);
 void np2class_windowtype(HWND hWnd, BYTE type);  void np2class_windowtype(HWND hWnd, UINT8 type);
   void np2class_frametype(HWND hWnd, UINT8 thick);
 HMENU np2class_gethmenu(HWND hWnd);  HMENU np2class_gethmenu(HWND hWnd);
   

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


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