Locally define DLLEXPORT in ee_il_dll.cpp
authorRuss Keldorph <Russ.Keldorph@microsoft.com>
Mon, 11 Feb 2019 19:42:29 +0000 (11:42 -0800)
committerRuss Keldorph <russ.keldorph@microsoft.com>
Mon, 11 Feb 2019 22:05:40 +0000 (14:05 -0800)
commit0ae9ba5a657b30dadb35049fc586b223530ccbbe
tree12cb89ec45e8f83fa5bc7f2a634fe0b0f808a79b
parent9e74a4cd609e3cc1e1c8dbd80ecd1a4a35f9f4d2
Locally define DLLEXPORT in ee_il_dll.cpp

This prevents a desktop build break due to DLLEXPORT being undefined.  If
you know of a better place to put this, I'm happy to try it.  Otherwise,
this should unblock the desktop build.
src/jit/ee_il_dll.cpp