I guess the order *doesn't* matter.

svn path=/trunk/; revision=53376
This commit is contained in:
Guy Harris 2013-11-16 22:57:54 +00:00
parent bc8d5a1e61
commit dd1034e1f5
1 changed files with 0 additions and 4 deletions

View File

@ -141,10 +141,6 @@
*
* Either can be used for exported *function* declarations and definitions.
*/
#if defined _WIN32 || defined __CYGWIN__
#define WS_DLL_PUBLIC extern WS_DLL_PUBLIC_DEF
#else
#define WS_DLL_PUBLIC WS_DLL_PUBLIC_DEF extern
#endif
#endif /* SYMBOL_EXPORT_H */