Wireshark-commits: [Wireshark-commits] rev 35708: /trunk/gtk/ /trunk/gtk/: print_dlg.c

Date: Sun, 30 Jan 2011 22:23:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35708

User: wmeier
Date: 2011/01/30 02:23 PM

Log:
 Don't compile unused non-Windows code when on Windows.
 (Found by msvc level 4 warning "unreachable code").
 
 Also:
 - suppress an invalid msvc level 4 warning by initializing a variable.
 - Use #ifdef _WIN32 iso #if _WIN32

Directory: /trunk/gtk/
  Changes    Path           Action
  +51 -28    print_dlg.c    Modified