Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bNobo committed Jan 30, 2022
1 parent 6ab760e commit 9e1eced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static extern int SHQueryUserNotificationStte(outUserNotificationStateuserNotifi
Use of P/Invoke to ensure user is idle before poping-up the countdown window:

```csharp
DllImport("user32.dll")]
[DllImport("user32.dll")]
static extern bool GetLastInputInfo(ref LASTINPUTINFO plii);

[DllImport("user32.dll")]
Expand Down

0 comments on commit 9e1eced

Please sign in to comment.