]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.kernel32: add GetLogicalDriveStrings
authorAlexander Iljin <ajsoft@yandex.ru>
Fri, 9 Aug 2019 06:16:39 +0000 (08:16 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 13 Apr 2020 19:33:42 +0000 (19:33 +0000)
basis/windows/kernel32/kernel32.factor

index d1b994f82d80488d5abf8d84d3919daeaf477e8b..2d6a200ea5177e71194a2fc4f737d51eafc3db7e 100644 (file)
@@ -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