libimobiledevice / libirecovery

Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux
https://libimobiledevice.org
GNU Lesser General Public License v2.1
550 stars 207 forks source link

move IRECV_API into the headers #83

Closed neheb closed 1 year ago

neheb commented 3 years ago

clang + lld + ucrt on Windows seems to require that the dllimport attribute be applied to the first declaration.

Fixes -Wdll-attribute-on-declaration error.

Signed-off-by: Rosen Penev rosenp@gmail.com

neheb commented 3 years ago

Rebased.

nikias commented 1 year ago

Merged after rebase.