
tellme
-
Posts
8 -
Joined
-
Last visited
Reputation Activity
-
tellme reacted to Danp2 in Image Search UDF 2.2.1.2 conflict with #include <GuiListView.au3>
It appears that these lines are copied from SecurityConstants.au3 --
Global Enum $TOKENPRIMARY = 1, $TOKENIMPERSONATION Global Enum $SECURITYANONYMOUS = 0, $SECURITYIDENTIFICATION, $SECURITYIMPERSONATION, $SECURITYDELEGATION You can comment them out in the ImageSearch UDF, but then you will likely need to #include SecurityConstants.au3