<html>
    <head>
      <base href="https://bugs.documentfoundation.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sbergman@redhat.com" title="Stephan Bergmann <sbergman@redhat.com>"> <span class="fn">Stephan Bergmann</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Get rid of unnecessary DLLPUBLIC decorations in module-internal include files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96348">bug 96348</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>sbergman@redhat.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Get rid of unnecessary DLLPUBLIC decorations in module-internal include files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96348#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Get rid of unnecessary DLLPUBLIC decorations in module-internal include files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96348">bug 96348</a>
              from <span class="vcard"><a class="email" href="mailto:sbergman@redhat.com" title="Stephan Bergmann <sbergman@redhat.com>"> <span class="fn">Stephan Bergmann</span></a>
</span></b>
        <pre>(In reply to Tor Lillqvist from <a href="show_bug.cgi?id=96348#c0">comment #0</a>)
<span class="quote">> Don't submit such a change unless you have tested that the code still builds,</span >

...and passes "make check", as some DLLPUBLICs might only be there for test
code to be able to access otherwise internal entities.  (In which case those
uses of DLLPUBLIC should arguably be commented accordingly.)

Also, note that there is different behaviour between GCC (as typically used on
Linux) and Clang (as typically used on Mac OS X, but also on Linux) whether to
treat non-exported RTTI of types with identical identifiers as identical.  This
can e.g. have consequences for uses of dynamic_cast, and can be relevant e.g.
when a class in vcl/inc/ has erroneously been marked VCL_DLLPUBLIC instead of
VCL_PLUGIN_PUBLIC.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>