Skip to content

Commit

Permalink
Add WinSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Sep 9, 2024
1 parent 3bba399 commit 00ecf98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Zip/Zip.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

import Foundation
@_implementationOnly import CMinizip
#if os(Windows)
import WinSDK
#endif

/// Main class that handles zipping and unzipping of files.
public class Zip {
Expand Down

0 comments on commit 00ecf98

Please sign in to comment.