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