Merge branch 'next' into options_categories

This commit is contained in:
Jim Derry 2017-10-04 13:42:25 -04:00
commit 9565a15f48
1 changed files with 4 additions and 0 deletions

View File

@ -323,6 +323,10 @@ static uint GetVersFromFPI(ctmbstr fpi)
}
#if defined(_MSC_VER)
#ifndef EndBuf
# define EndBuf(a) ( a + strlen(a) )
#endif
/* Issue #377 - Output diminishing version bits */
typedef struct tagV2S {
uint bit;