From: Alexander Iljin Date: Fri, 9 Aug 2019 06:16:39 +0000 (+0200) Subject: windows.kernel32: add GetLogicalDriveStrings X-Git-Tag: 0.99~3315 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c98b49aaf4b2e0e5e37eb273ceb46fd787466732 windows.kernel32: add GetLogicalDriveStrings --- diff --git a/basis/windows/kernel32/kernel32.factor b/basis/windows/kernel32/kernel32.factor index d1b994f82d..2d6a200ea5 100644 --- a/basis/windows/kernel32/kernel32.factor +++ b/basis/windows/kernel32/kernel32.factor @@ -1426,8 +1426,9 @@ FUNCTION: DWORD GetLastError ( ) ! FUNCTION: GetLocaleInfoW ! FUNCTION: GetLocalTime FUNCTION: DWORD GetLogicalDrives ( ) -! FUNCTION: GetLogicalDriveStringsA -! FUNCTION: GetLogicalDriveStringsW +FUNCTION: DWORD GetLogicalDriveStringsA ( DWORD dwBufferLength, LPWSTR lpBuffer ) +FUNCTION: DWORD GetLogicalDriveStringsW ( DWORD dwBufferLength, LPSTR lpBuffer ) +ALIAS: GetLogicalDriveStrings GetLogicalDriveStringsW ! FUNCTION: GetLongPathNameA ! FUNCTION: GetLongPathNameW ! FUNCTION: GetMailslotInfo