aboutsummaryrefslogtreecommitdiff
path: root/tests/core/sys/windows
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests for UTF-16 stringsgingerBill2025-08-023-4/+5
|
* Remove unneeded uses of `intrinsics.constant_utf16_cstring`gingerBill2025-08-022-3/+3
|
* Fix #5452Jeroen van Rijn2025-07-111-0/+33
|
* Fix `WAVEFORMATEX` struct size (#5356)David Holland2025-06-182-2/+7
| | | | | * fix WAVEFORMATEX struct size * fix size test for WAVEFORMATEX * pack WAVEFORMATEXTENSIBLE
* Changed some recently added //+ usages to #+ and also fixed some //+ usages ↵Karl Zylinski2024-09-171-1/+1
| | | | in some code generators.
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-147-7/+7
| | | | file tag syntax.
* fix style, ensure we compile with flags `-vet -strict-style -disallow-do`Fakhri Mouad2024-08-281-29/+27
|
* fix indentation in test fileFakhri Mouad2024-08-281-11/+11
|
* avoid using `do` statement in odin codebaseFakhri Mouad2024-08-281-9/+14
|
* Add Win32 procs needed to handle clipboardFakhri Mouad2024-08-281-0/+52
|
* rawinput codeThomas la Cour2024-08-081-0/+13
|
* removed some commentsThomas la Cour2024-07-261-5/+0
|
* removed old test stuffThomas la Cour2024-07-261-67/+1
|
* win32genThomas la Cour2024-06-116-7/+1181
|
* windows bindings testThomas la Cour2024-06-115-0/+933