diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-09-30 09:31:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-30 09:31:24 -0400 |
| commit | a42a213e35842e18750dd8cfdfc0d024e23da50b (patch) | |
| tree | e766cb115890713ec2d5522e3f5ba59032dd881a /std/os/index.zig | |
| parent | e6446dfc86e42ccea93760d99cf4b421265cfb0e (diff) | |
| parent | 623f5085f152b3a2fedf3b4e4451910f1edb6739 (diff) | |
| download | zig-a42a213e35842e18750dd8cfdfc0d024e23da50b.tar.gz zig-a42a213e35842e18750dd8cfdfc0d024e23da50b.zip | |
Merge pull request #1594 from emekoi/master
added dynamic library loading for windows
Diffstat (limited to 'std/os/index.zig')
| -rw-r--r-- | std/os/index.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/std/os/index.zig b/std/os/index.zig index 1ce9bd7278..a53d1d2050 100644 --- a/std/os/index.zig +++ b/std/os/index.zig @@ -58,8 +58,6 @@ pub const windowsWrite = windows_util.windowsWrite; pub const windowsIsCygwinPty = windows_util.windowsIsCygwinPty; pub const windowsOpen = windows_util.windowsOpen; pub const windowsOpenW = windows_util.windowsOpenW; -pub const windowsLoadDll = windows_util.windowsLoadDll; -pub const windowsUnloadDll = windows_util.windowsUnloadDll; pub const createWindowsEnvBlock = windows_util.createWindowsEnvBlock; pub const WindowsCreateIoCompletionPortError = windows_util.WindowsCreateIoCompletionPortError; |
