-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd24aec
commit f634650
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Fast and complete Win32 API bindings for Deno using FFI. | |
import { | ||
MB_OKCANCEL, | ||
MessageBoxA, | ||
} from "https://deno.land/x/[email protected].0/api/UI/WindowsAndMessaging.ts"; | ||
} from "https://deno.land/x/[email protected].1/api/UI/WindowsAndMessaging.ts"; | ||
|
||
const result = MessageBoxA( | ||
null, | ||
|
@@ -41,7 +41,7 @@ is huge, so are the bindings. | |
## Documentation | ||
|
||
Check out the complete API reference | ||
[here](https://doc.deno.land/https://deno.land/x/[email protected].0/mod.ts). | ||
[here](https://doc.deno.land/https://deno.land/x/[email protected].1/mod.ts). | ||
|
||
## Contributing | ||
|
||
|