MCPcopy Create free account
hub / github.com/boostorg/build / raw_maxline

Function raw_maxline

src/engine/execnt.cpp:582–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580 */
581
582static int32_t raw_maxline()
583{
584 if ( IsWindowsVersionOrGreater(5,0,0) == TRUE ) return 8191; /* XP */
585 if ( IsWindowsVersionOrGreater(4,0,0) == TRUE ) return 2047; /* NT 4.x */
586 return 996; /* NT 3.5.1 */
587}
588
589static int32_t maxline()
590{

Callers 1

maxlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected