First version of #25 implementation, providing memory_get_usage/memory_get_peak_usage/memory_limit
This commit is contained in:
@@ -2998,7 +2998,7 @@ PH7_PRIVATE void *PH7_StreamOpenHandle(ph7_vm *pVm, const ph7_io_stream *pStream
|
||||
#ifdef __WINNT__
|
||||
|| (sFile.nByte > 2 && sFile.zString[1] == ':' && (sFile.zString[2] == '\\' || sFile.zString[2] == '/'))
|
||||
#endif
|
||||
) {
|
||||
) {
|
||||
/* Get real path to the included file */
|
||||
SyRealPath(zFile, sFilePath);
|
||||
/* Open the file directly */
|
||||
|
Reference in New Issue
Block a user