From 9a937c7a49ced541f805e8443c993b6de89324ac Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 2 Nov 2020 22:09:52 +0100 Subject: example: rewrite and replace api's debug rundll32 functionality Signed-off-by: Jason A. Donenfeld --- example/example.vcxproj | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'example/example.vcxproj') diff --git a/example/example.vcxproj b/example/example.vcxproj index 4deb367..3c8d8d1 100644 --- a/example/example.vcxproj +++ b/example/example.vcxproj @@ -52,17 +52,14 @@ - Application true - v142 - Unicode - false + true + + Application - false v142 - true Unicode false @@ -107,7 +104,15 @@ UseLinkTimeCodeGeneration + + + iphlpapi.lib;kernel32.lib;ntdll.lib;ws2_32.lib;%(AdditionalDependencies) + + + ..\api + + - + \ No newline at end of file -- cgit v1.2.3-59-g8ed1b