Add windows system OLE library to osquery windows buckconfig (#5490)

Summary:
Pull Request resolved: https://github.com/facebook/osquery/pull/5490

We use functionality of this libraries, how did it work before?

Reviewed By: guliashvili

Differential Revision: D14280974

fbshipit-source-id: c3b0c2d8d570680460cdc5bbe80efc24467bcb93
This commit is contained in:
Alexander Kindyakov 2019-03-01 10:15:56 -08:00 committed by Facebook Github Bot
parent aaa94770b0
commit 8a3c498f33

View File

@ -33,6 +33,8 @@
/SUBSYSTEM:CONSOLE \
/LTCG \
ntdll.lib \
ole32.lib \
oleaut32.lib \
ws2_32.lib \
iphlpapi.lib \
netapi32.lib \