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

version 1.3, 2003/11/03 00:49:55 version 1.8, 2005/03/20 13:12:50
Line 2 Line 2
 // 猫用、拡張クラス。  // 猫用、拡張クラス。
   
   
 extern  const char np2dlgclass[];  extern const TCHAR np2dlgclass[];
   
 void np2class_initialize(HINSTANCE hinst);  void np2class_initialize(HINSTANCE hinst);
 void np2class_deinitialize(void);  void np2class_deinitialize(void);
Line 16  enum { Line 16  enum {
         NP2GWL_SIZE             = 4          NP2GWL_SIZE             = 4
 };  };
   
 void np2class_windowtype(HWND hWnd, BYTE type);  void np2class_wmcreate(HWND hWnd);
   void np2class_wmdestroy(HWND hWnd);
   void np2class_enablemenu(HWND hWnd, BOOL enable);
   void np2class_windowtype(HWND hWnd, UINT8 type);
   void np2class_frametype(HWND hWnd, UINT8 thick);
 HMENU np2class_gethmenu(HWND hWnd);  HMENU np2class_gethmenu(HWND hWnd);
 void np2class_destroymenu(HWND hWnd);  
   

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


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