Kaydet (Commit) 416c7533 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Drop Win9x code

üst ac4bc54d
......@@ -82,13 +82,6 @@ namespace /* private */
if ( m_bValid )
{
if ( m_nBufLen - 1 > MAX_PATH )
{
if ( (LONG32)GetVersion() < 0 )
{
// this is Win 98/ME branch, such a long path can not be set
// use the system path as fallback later
}
else
{
DWORD nNewLen = m_nBufLen + 8;
wchar_t* pNewBuffer = new wchar_t[nNewLen];
......@@ -105,7 +98,6 @@ namespace /* private */
delete [] pNewBuffer;
}
}
else
bDirSet = SetCurrentDirectoryW( m_pBuffer );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment