Skip to content

Commit fae72ba

Browse files
committed
MSVC fix attempt 1
1 parent 40a58cc commit fae72ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vmaware.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@
156156
#pragma comment(lib, "MPR")
157157
#pragma comment(lib, "advapi32.lib")
158158
#pragma comment(lib, "shell32.lib")
159+
#pragma comment(lib, "strmiids.lib")
160+
#pragma comment(lib, "uuid.lib")
159161

160162
#ifdef _UNICODE
161163
#define tregex std::wregex

0 commit comments

Comments
 (0)