Skip to content

Instantly share code, notes, and snippets.

View TUSF's full-sized avatar
💭
Worrying about CSS spec stuff. Why? No clue.

Jeremia TUSF

💭
Worrying about CSS spec stuff. Why? No clue.
View GitHub Profile
@valinet
valinet / toast1.c
Created December 21, 2020 19:22
Send a toast notification in Windows 10 using plain C
// Send toast notifications in Windows 10, using Windows Runtime,
// without any language projection, in PLAIN C
// Copyright (c) 2021 Valentin - Gabriel Radu
//
// MIT License
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this softwareand associated documentation files(the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and /or sell
// copies of the Software, and to permit persons to whom the Software is