Home
last modified time | relevance | path

Searched refs:dwValueMS2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Win32/
DWin32.xs890 int dwValueMS2 = (info->dwFileVersionMS&0xffff); local
897 XST_mIV(1, dwValueMS2);
904 sprintf(version, "%d.%d.%d.%d", dwValueMS1, dwValueMS2, dwValueLS1, dwValueLS2);
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs7436 int dwValueMS2 = (info->dwFileVersionMS&0xffff); variable
7441 mPUSHi(dwValueMS2);