mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 21:35:19 +00:00
Placate -vet.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package sys_windows
|
||||
|
||||
import "core:strings"
|
||||
import "core:runtime"
|
||||
import "core:sys/win32"
|
||||
|
||||
LOWORD :: #force_inline proc "contextless" (x: DWORD) -> WORD {
|
||||
@@ -297,7 +296,6 @@ add_user_profile :: proc(username: string) -> (ok: bool, profile_path: string) {
|
||||
defer win32.local_free(sb);
|
||||
|
||||
pszProfilePath := make([]u16, 257, context.temp_allocator);
|
||||
cchProfilePath: DWORD;
|
||||
res2 := CreateProfile(
|
||||
sb,
|
||||
&username_w[0],
|
||||
|
||||
Reference in New Issue
Block a user