Changes between Initial Version and Version 1 of Ticket #7559, comment 6


Ignore:
Timestamp:
Oct 25, 2012, 12:28:19 PM (10 years ago)
Author:
Mathias Gaunard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7559, comment 6

    initial v1  
    55
    66{{{
    7 #if defined(_WIN32) || defined(__WIN32__) || defined(WIN32))
     7#if !defined(_WIN32) && !defined(__WIN32__) && !defined(WIN32))
    88#define BOOST_SYMBOL_EXPORT __attribute__((__visibility__("default")))
    99#define BOOST_SYMBOL_IMPORT