Update physmeme.hpp

merge-requests/1/head
xerox 4 years ago
parent 5d77254785
commit af80215240

@ -18,7 +18,7 @@ typedef struct _GIOMAP
#pragma pack ( pop )
constexpr char driver_name[] = "gdrv";
const char* driver_path = (std::filesystem::current_path().string() + "\\driver\\gdrv.sys").c_str();
inline const char* driver_path = (std::filesystem::current_path().string() + "\\driver\\gdrv.sys").c_str();
namespace physmeme
{

Loading…
Cancel
Save