eal/windows: fix export list
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Sun, 29 Aug 2021 02:16:02 +0000 (05:16 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 30 Sep 2021 20:47:43 +0000 (22:47 +0200)
commitb7c3eb57bb250a46361891b31345f1bc13100877
tree799cbee94dd303c953161b82426b893a22bc9aa7
parentcf665406b1f834baf3436bb6e829b38efca55fd9
eal/windows: fix export list

* Version and randomness API were not added to .def file by mistake,
  which is why they were later excluded from the export list.
* Device API stubs were added to EAL but not exported.

Fixes: edd66d57d55c ("eal/windows: add random function")
Fixes: 3d2fcb0e0aec ("eal/windows: add device event stubs")
Fixes: 5b637a848195 ("eal: fix querying DPDK version at runtime")

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: William Tu <u9012063@gmail.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
lib/eal/version.map