SWDEV-336448 - Support loading comgr versioned dll
Change-Id: I03283fc2a200d778c5efa43e509624bba9ce0541
This commit is contained in:
committed by
Maneesh Gupta
parent
50e0ddb055
commit
64c1c4757f
@@ -140,7 +140,7 @@ class Comgr : public amd::AllStatic {
|
||||
public:
|
||||
static std::once_flag initialized;
|
||||
|
||||
static bool LoadLib();
|
||||
static bool LoadLib(bool is_versioned = false);
|
||||
|
||||
static bool IsReady() { return is_ready_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user