Commit b5fd0a47 authored by Andrew Jeffery's avatar Andrew Jeffery

windows: Include stdbool.h

windows_reset_all() returns a boolean value, so make sure we don't place
annoying requirements on the users.

Change-Id: I0f9a45256e2236c0a76696e2cc8a2df2ad0a98bd
Signed-off-by: Andrew Jeffery's avatarAndrew Jeffery <andrew@aj.id.au>
parent ea5400f5
......@@ -4,6 +4,8 @@
#ifndef WINDOWS_H
#define WINDOWS_H
#include <stdbool.h>
#define WINDOWS_NO_FLUSH false
#define WINDOWS_WITH_FLUSH true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment