[windows] Move to C++. Support unicode titles. Add test.

This commit is contained in:
Lea Anthony
2021-04-26 20:21:11 +10:00
parent b3c0cc86d3
commit b98c7dd49f
9 changed files with 70 additions and 16 deletions

View File

@@ -2,10 +2,13 @@
#ifndef _FFENESTRI_WINDOWS_H
#define _FFENESTRI_WINDOWS_H
#define UNICODE 1
#include "ffenestri.h"
#include <windows.h>
#include <wingdi.h>
void center(struct Application*);
void setTitle(struct Application* app, const char *title);
#endif