PowerShell/impl
Andrew Schwartzmeyer 9426e9c455 Use LOGIN_NAME_MAX instead of L_cuserid
Since L_cuserid is only for cuserid, not getlogin_r

Unit test for L_cuserid removed because the macro may not be available
on all platforms.
2015-08-03 13:00:34 -07:00
..
getcurrentprocessorid.cpp initial commit 2015-03-05 14:58:25 -08:00
getcurrentprocessorid.h initial commit 2015-03-05 14:58:25 -08:00
getcurrentthreadid.cpp built and tested - pass 2015-03-19 13:09:36 -07:00
getcurrentthreadid.h built and tested - pass 2015-03-19 13:09:36 -07:00
getusername.cpp Use LOGIN_NAME_MAX instead of L_cuserid 2015-08-03 13:00:34 -07:00
getusername.h Explain GetUserName signature 2015-08-03 13:00:34 -07:00
pal.h Use getlogin_r() in GetUserName and map errno 2015-08-03 12:53:39 -07:00
terminal.cpp added pinvoke functions to query terminal size 2015-07-07 18:04:23 -07:00
terminal.h added pinvoke functions to query terminal size 2015-07-07 18:04:23 -07:00