An open API service indexing awesome lists of open source software.

https://github.com/grassator/win32-window-custom-titlebar

Win32 C99 / C++98 code for a custom title bar on Windows 10
https://github.com/grassator/win32-window-custom-titlebar

Last synced: over 1 year ago
JSON representation

Win32 C99 / C++98 code for a custom title bar on Windows 10

Awesome Lists containing this project

README

          

# win32-custom-titlebar

C99 / C++98 code to render a custom title bar on Windows.

[Read this article](https://kubyshkin.name/posts/win32-window-custom-title-bar-caption/) for
more details.

## Building

To build the project run `build.bat` in an MSVC command prompt.

You can also build with Clang by running:

```bash
clang-cl -D UNICODE main.c
```