diff --git a/src/modules/pe_get_ntdll_module_handle.c b/src/modules/pe_get_ntdll_module_handle.c
index 72f81ec..df5f4cd 100644
--- a/src/modules/pe_get_ntdll_module_handle.c
+++ b/src/modules/pe_get_ntdll_module_handle.c
@@ -10,7 +10,7 @@
 #include <pemagine/pemagine.h>
 #include "pe_impl.h"
 
-pe_api
+
 void * pe_get_ntdll_module_handle(void)
 {
 	struct pe_peb_ldr_data * 	peb_ldr_data;