mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
fix(PathsWindows): add dep libs
This commit is contained in:
parent
a66bd5122d
commit
652a3bf021
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
|||
#include <comutil.h>
|
||||
#include <ShlObj_core.h>
|
||||
|
||||
#pragma comment(lib, "comsuppw.lib")
|
||||
#pragma comment(lib, "kernel32.lib")
|
||||
|
||||
#include "core/platform-helpers/platform-helpers.h"
|
||||
|
||||
#include "paths-windows.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue