summaryrefslogtreecommitdiffstats
path: root/os/win32/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/win32/os.h')
-rw-r--r--os/win32/os.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/win32/os.h b/os/win32/os.h
index 407c144..3a32af5 100644
--- a/os/win32/os.h
+++ b/os/win32/os.h
@@ -94,9 +94,6 @@ typedef enum {
FARPROC ap_load_dll_func(ap_dlltoken_e fnLib, char* fnName, int ordinal);
-PSECURITY_ATTRIBUTES GetNullACL(void);
-void CleanNullACL(void *sa);
-
#define AP_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \
typedef rettype (calltype *ap_winapi_fpt_##fn) args; \
static ap_winapi_fpt_##fn ap_winapi_pfn_##fn = NULL; \