[BACK]Return to de_win.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc / cord

Diff for /OpenXM_contrib2/asir2000/gc/cord/de_win.c between version 1.3 and 1.4

version 1.3, 2002/07/24 08:00:15 version 1.4, 2003/06/24 05:11:37
Line 249  LRESULT CALLBACK WndProc (HWND hwnd, UINT message,
Line 249  LRESULT CALLBACK WndProc (HWND hwnd, UINT message,
   
                case IDM_HELPABOUT:                 case IDM_HELPABOUT:
                   if( DialogBox( hInstance, "ABOUTBOX",                    if( DialogBox( hInstance, "ABOUTBOX",
                                  hwnd, lpfnAboutBox ) );                                   hwnd, lpfnAboutBox ) )
                      InvalidateRect( hwnd, NULL, TRUE );                       InvalidateRect( hwnd, NULL, TRUE );
                   return( 0 );                    return( 0 );
                case IDM_HELPCONTENTS:                 case IDM_HELPCONTENTS:

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>