Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/winspool/
H A Dinfo.c51 static CHAR portname_com1[] = "COM1:"; variable
641 res = ConfigurePortA(NULL, 0, portname_com1); in test_ConfigurePort()
642 trace("'%s' returned %d with %d\n", portname_com1, res, GetLastError()); in test_ConfigurePort()