I've looked everywhere for this function. I know it's somewhere in the standard MASM include files, because it's called in MABDELOUAHAB's DotNetHelper.inc file, and a test project I'm writing compiles.
See, This MASM Forum post (http://masm32.com/board/index.php?topic=5394.msg57848#msg57848) for more information.
msvcrt.inc
Thanks, QWORD.
externdef _imp__wcsncmp:PTR c_msvcrt
crt_wcsncmp equ <_imp__wcsncmp>
C:\Masm32\include>findstr /M wcsncmp *.inc
miglib.inc
msvcrt.inc
netlib.inc
wdm.inc
wdmsec.inc
OK,...where is wcsncmp defined ???
...And, JOCHEN,...I don't understand,...C:\Masm32\include>findstr /M wcsncmp *.inc,...what is that ???
...Oh,...yeah,...I see,...thanks,...:dazzled:
I don't use findstr myself because I have a plugin (http://masm32.com/board/index.php?topic=5314.msg57603#msg57603) for that; but for such simple searches it seems OK.