So what do you do if you have a DLL that needs to do both
(eg. export MessageBoxW and a mangled name)?
  -----Original Message-----
 From: ros-dev-bounces(a)reactos.com
 [mailto:ros-dev-bounces@reactos.com] On Behalf Of Ge van Geldorp
 Sent: 27. september 2004 19:46
 To: 'ReactOS Development List'
 Subject: RE: [ros-dev] Problem looking up mangled names
 Without --kill-at the name in the .dlls export section will
 include the @..
 stuff, so user32.dll would export MessageBoxW@16 instead of
 MessageBoxW.
 This will make apps expecting to find MessageBoxW very unhappy.
 Ge van Geldorp.