Skip to content

Commit

Permalink
fix: update for pointer objects
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Mar 20, 2023
1 parent 18563d7 commit 27d190b
Show file tree
Hide file tree
Showing 263 changed files with 225,166 additions and 225,198 deletions.
388 changes: 187 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Fast and complete Win32 API bindings for Deno using FFI.
import {
MB_OKCANCEL,
MessageBoxA,
} from "https://win32.deno.dev/0.3.0/UI.WindowsAndMessaging";
} from "https://win32.deno.dev/0.4.0/UI.WindowsAndMessaging";

const result = MessageBoxA(
null,
Expand Down Expand Up @@ -68,4 +68,4 @@ sure to run these commands before committing.

Apache-2.0. Check [LICENSE](LICENSE) for more details.

Copyright 2022 © DjDeveloperr
Copyright 2022-2023 © DjDeveloperr
6,710 changes: 3,355 additions & 3,355 deletions api/AI/MachineLearning/DirectML.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 27d190b

Please sign in to comment.