Wireshark-commits: [Wireshark-commits] rev 48170: /trunk/ /trunk/: Makefile.nmake capinfos.c editca

Date: Thu, 07 Mar 2013 17:20:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48170

User: gerald
Date: 2013/03/07 09:20 AM

Log:
 From Balint:
 
 [PATCH 1/2] Revert "Try to fix the "LNK4217: locally defined symbol"
 warnings.
 
 This reverts commit r48158.
 
 [PATCH 2/2] Employ small hack in editcap to link with a few objects from
 libwireshark properly
 
 
 From me:
 
 Add the ability to reset symbol exports via ws_symbol_export.h's include
 guard and do so in capinfos.c and editcap.c. We include ws_symbol_export.h
 in over 200 files so it didn't seem to make sense to remove its include
 guard entirely.

Directory: /trunk/
  Changes    Path                  Action
  +2 -2      Makefile.nmake        Modified
  +13 -0     capinfos.c            Modified
  +12 -3     editcap.c             Modified
  +24 -0     ws_symbol_export.h    Modified