Skip to content

Commit

Permalink
Fix errors from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Apr 26, 2023
1 parent a07a97c commit 2170d4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions win32ctypes/core/ctypes/_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ def _make_blob(data):
return blob_pointer, blob_size


def _CredEnumerate(Filter, Flags, Count, pppCredential):
filter_ = LPCWSTR(Filter)
_BaseCredEnumerate(filter_, Flags, Count, pppCredential)


_CredWrite = function_factory(
dlls.advapi32.CredWriteW,
[PCREDENTIAL, DWORD],
Expand Down

0 comments on commit 2170d4c

Please sign in to comment.