Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1420 from 9rnsr/fix12359
Browse files Browse the repository at this point in the history
Fix imports
  • Loading branch information
dnadlinger committed Oct 28, 2015
2 parents 043457f + ace324e commit 461bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/sys/windows/ntsecpkg.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module core.sys.windows.ntsecpkg;
version (Windows):

import core.sys.windows.windef, core.sys.windows.ntsecapi, core.sys.windows.security, core.sys.windows.ntdef, core.sys.windows.sspi;
import core.sys.windows.winnt: GUID;
import core.sys.windows.basetyps : GUID;
import core.sys.windows.winbase;

extern(Windows):
Expand Down

0 comments on commit 461bd03

Please sign in to comment.