Wireshark-commits: [Wireshark-commits] rev 50332: /trunk/ /trunk/: ws_symbol_export.h
Date: Wed, 03 Jul 2013 00:38:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50332

User: guy
Date: 2013/07/02 05:38 PM

Log:
 OK, try having WS_DLL_PUBLIC always say "extern".  If *that* doesn't
 work, because it can't be used with definitions, we'll probably have to
 have separate macros for declarations and definitions, as I don't think
 MSVC likes
 
 	int foo[];
 
 in a header file but should be fine with
 
 	extern int foo[];
 
 Add some more comments while we're at it; you are in a twisty little
 maze of #ifdefs, all different.

Directory: /trunk/
  Changes    Path                  Action
  +44 -6     ws_symbol_export.h    Modified