grassator / win32-window-custom-titlebar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

win32-custom-titlebar

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

Read this article for more details.

Building

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

You can also build with Clang by running:

clang-cl -D UNICODE main.c

About

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

License:MIT License


Languages

Language:C 97.7%Language:Batchfile 2.3%