Diff for /np2/win9x/dialog/np2class.h between versions 1.8 and 1.9

version 1.8, 2005/03/20 13:12:50 version 1.9, 2007/01/08 07:52:01
Line 11  void np2class_move(HWND hWnd, int posx,  Line 11  void np2class_move(HWND hWnd, int posx, 
 int CALLBACK np2class_propetysheet(HWND hWndDlg, UINT uMsg, LPARAM lParam);  int CALLBACK np2class_propetysheet(HWND hWndDlg, UINT uMsg, LPARAM lParam);
   
   
 enum {  // ---- class
         NP2GWL_HMENU    = 0,  
         NP2GWL_SIZE             = 4  #define NP2GWLP_HMENU   (0 * sizeof(LONG_PTR))
 };  #define NP2GWLP_SIZE    (1 * sizeof(LONG_PTR))
   
 void np2class_wmcreate(HWND hWnd);  void np2class_wmcreate(HWND hWnd);
 void np2class_wmdestroy(HWND hWnd);  void np2class_wmdestroy(HWND hWnd);

Removed from v.1.8  
changed lines
  Added in v.1.9


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