summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ntcon_entry_point.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ntcon_entry_point.c b/src/ntcon_entry_point.c
index cad654b..0657c8b 100644
--- a/src/ntcon_entry_point.c
+++ b/src/ntcon_entry_point.c
@@ -7,6 +7,10 @@ int __stdcall ntcon_entry_point(
uint32_t reason,
void * reserved)
{
+ (void)hinstance;
+ (void)reason;
+ (void)reserved;
+
return 1;
}