You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fnmatch function checks whether the string argument matches a given pattern. This function is derived from the ISO POSIX-2 standard and thus it's not available on Windows.
The REG_MATCH(PATTERN, STRING) should be redefined for the Windows case given the ongoing work to port DeepState also to Windows(see #428 ); for more information, see the TODO inside src/include/Platform.h.
The text was updated successfully, but these errors were encountered:
The
fnmatch
function checks whether the string argument matches a given pattern. This function is derived from the ISO POSIX-2 standard and thus it's not available on Windows.The
REG_MATCH(PATTERN, STRING)
should be redefined for the Windows case given the ongoing work to port DeepState also to Windows(see #428 ); for more information, see theTODO
insidesrc/include/Platform.h
.The text was updated successfully, but these errors were encountered: