[lldb/Plugin] Fix plugin definition for ProcessWindows

This should fix the unresolved external symbol error.
This commit is contained in:
Jonas Devlieghere 2020-02-17 10:23:43 -08:00
parent 594a89f727
commit 3431dc32a4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
using namespace lldb;
using namespace lldb_private;
LLDB_PLUGIN_DEFINE(ProcessWindows)
LLDB_PLUGIN_DEFINE_ADV(ProcessWindows, ProcessWindowsCommon)
namespace {
std::string GetProcessExecutableName(HANDLE process_handle) {