1*b39c5158Smillertuse strict; 2*b39c5158Smillertuse Test; 3*b39c5158Smillertuse Win32; 4*b39c5158Smillert 5*b39c5158Smillertplan tests => 1; 6*b39c5158Smillert 7*b39c5158Smillert# "windir" exists back to Win9X; "SystemRoot" only exists on WinNT and later. 8*b39c5158Smillertok(Win32::GetFolderPath(Win32::CSIDL_WINDOWS), $ENV{WINDIR}); 9