Skip to content

Commit

Permalink
Update speakeasy/winenv/api/usermode/kernel32.py
Browse files Browse the repository at this point in the history
Co-authored-by: Willi Ballenthin <[email protected]>
  • Loading branch information
dtrizna and williballenthin authored Feb 15, 2022
1 parent 577f93d commit 95c1fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speakeasy/winenv/api/usermode/kernel32.py
Original file line number Diff line number Diff line change
Expand Up @@ -5619,7 +5619,7 @@ def GetUserDefaultLCID(self, emu, argv, ctx={}):
LCID GetUserDefaultLCID();
'''
# https://docs.microsoft.com/en-us/windows/win32/intl/locale-user-default
return int("0x0400", 16)
return 0x400

@apihook("GetTempFileNameW", argc=4)
def GetTempFileNameW(self, emu, argv, ctx={}):
Expand Down

0 comments on commit 95c1fbe

Please sign in to comment.