mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
c193e4e1c6
Several JS engine header files, notable RootingAPI.h, do: class JS_PUBLIC_API(...) { ... }; which sticks __declspec(dllimport) on the type. clang-cl warns us that it doesn't implement that, but since we're compiling with clang-cl as an interesting side project, rather than shipping releases with it, we can ignore that warning. |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
public | ||
src | ||
xpconnect |