windows
Package info
-
Homepage
gitlab.com/clean-and-itasks/libraries/windows -
Latest version
1.2.4, 6 months ago -
Maintainer
TOP Software Technology -
License
BSD-2-Clause
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.4
- Chore: support `base` `3.0`.
#### 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
-
1.2.4 latest 6 months ago
Dependencies: base ^2.0.0 || ^3.0.0; syscall ^1.0.0.
Targets: windows-x64.
-
1.2.3 1 year, 1 month ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: windows-x64.
-
1.2.2 1 year, 3 months ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: windows-x64.
-
1.2.1 1 year, 4 months ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: windows-x64.
-
1.2.0 1 year, 5 months ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: windows-x64.
-
1.1.0 latest 1.1 1 year, 5 months ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: windows-x64.
-
1.0.0 latest 1.0 1 year, 6 months ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: windows-x64.