diff --git a/core/sys/windows/advapi32.odin b/core/sys/windows/advapi32.odin index ab2c6737f..82031d4f7 100644 --- a/core/sys/windows/advapi32.odin +++ b/core/sys/windows/advapi32.odin @@ -119,4 +119,13 @@ foreign advapi32 { lpData: ^BYTE, cbData: DWORD, ) -> LSTATUS --- + + RegSetKeyValueW :: proc( + hKey: HKEY, + lpSubKey: LPCWSTR, + lpValueName: LPCWSTR, + dwType: DWORD, + lpData: LPCVOID, + cbData: DWORD, + ) -> LSTATUS --- }