summaryrefslogtreecommitdiff
path: root/src/pal/src/include/pal/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/include/pal/map.hpp')
-rw-r--r--src/pal/src/include/pal/map.hpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/pal/src/include/pal/map.hpp b/src/pal/src/include/pal/map.hpp
index 854e6c549a..7bcb20a404 100644
--- a/src/pal/src/include/pal/map.hpp
+++ b/src/pal/src/include/pal/map.hpp
@@ -144,7 +144,7 @@ namespace CorUnix
class CFileMappingImmutableData
{
public:
- CHAR szFileName[MAXPATHLEN];
+ CHAR *lpFileName;
UINT MaxSize; // The max size of the file mapping object
DWORD flProtect; // Protection desired for the file view
BOOL bPALCreatedTempFile; // TRUE if it's a PAL created file
@@ -179,15 +179,6 @@ namespace CorUnix
);
PAL_ERROR
- InternalOpenFileMapping(
- CPalThread *pThread,
- DWORD dwDesiredAccess,
- BOOL bInheritHandle,
- LPCWSTR lpName,
- HANDLE *phMapping
- );
-
- PAL_ERROR
InternalMapViewOfFile(
CPalThread *pThread,
HANDLE hFileMappingObject,