replaced use of _MAX_PATH with CCHMAXPATH in os/2 code,

it now compiles without HAVE_LIBC
This commit is contained in:
Ozkan Sezer
2021-12-08 14:01:02 +03:00
parent 1940d289bf
commit 8d14e6ea44
3 changed files with 8 additions and 7 deletions

View File

@@ -394,7 +394,7 @@ static MRESULT _wmDrop(WINDATA *pWinData, PDRAGINFO pDragInfo)
{
ULONG ulIdx;
PDRAGITEM pDragItem;
CHAR acFName[_MAX_PATH];
CHAR acFName[CCHMAXPATH];
PCHAR pcFName;
if (!DrgAccessDraginfo(pDragInfo))