windows


Package info
Description

This library provides an interface to the Windows specific system calls

Readme
# windows This library provides an interface to windows specific syscalls and constants. ## Licence The package is licensed under the BSD-2-Clause license; for details, see the [LICENSE](/LICENSE) file.
Changelog
# Changelog #### 1.2.3 - Fix: add missing library imports. #### 1.2.2 - Fix: fix broken `createProcessA_noApplication` and `createProcessA_noApplication_dir`. #### 1.2.1 (BROKEN) - Fix: add helper functions for `createProcessA` and `createProcessA_dir`. ### 1.2.0 (BROKEN) - Feature: add time related syscalls. - Feature: add SetEnvironmentVariableA variant that takes a string instead of a pointer. ### 1.1.0 (BROKEN) - Fix: add helper functions for overloaded syscalls to fix the ccall behaviour. ## 1.0.0 (BROKEN) - Initial version, import modules from clean platform v0.3.34 and destill all windows system calls. - Move syscalls from `Network._IP`, `System._Enviroment`, `System._FilePath`, `System._Time`, `System._Memory`, `System._Process`, `System._WinDef`, `SYstem._WinBase` modules `System._Windows` - Change memory related syscalls so that they all work with a state. - Change functions that didn't have the same name as the syscall to the syscall.
Versions