Skip to content

Commit

Permalink
Update speakeasy/winenv/defs/windows/shell32.py
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Mar 2, 2023
1 parent 5af4f4a commit 71043bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion speakeasy/winenv/defs/windows/shell32.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from speakeasy.struct import EmuStruct, Ptr
import ctypes as ct

from speakeasy.struct import EmuStruct, Ptr

CSIDL = {
0x00: "CSIDL_DESKTOP",
0x01: "CSIDL_INTERNET",
Expand Down

0 comments on commit 71043bf

Please sign in to comment.