summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index bb5e05f359..1621dcc4ad 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -3132,24 +3132,6 @@ DebugBreak(
VOID);
PALIMPORT
-int
-PALAPI
-lstrlenA(
- IN LPCSTR lpString);
-
-PALIMPORT
-int
-PALAPI
-lstrlenW(
- IN LPCWSTR lpString);
-
-#ifdef UNICODE
-#define lstrlen lstrlenW
-#else
-#define lstrlen lstrlenA
-#endif
-
-PALIMPORT
DWORD
PALAPI
GetEnvironmentVariableW(