Import ctypes.wintypes explicitely

This commit is contained in:
Shane Lee 2024-02-08 08:53:54 -07:00 committed by Daniel Wozniak
parent 9777612cfd
commit 5a42670549

View file

@ -32,6 +32,8 @@ except ImportError:
HAS_GRP = False
try:
import ctypes.wintypes
import salt.utils.win_functions
HAS_WIN_FUNCTIONS = True