browser-window-ffi 0.0.5

FFI bindings for the browser-window crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef BW_WIN32_WINDOW_H
#define BW_WIN32_WINDOW_H




#define WIN32_LEAN_AND_MEAN

#include <Windows.h>



typedef HWND bw_WindowHandle;



#endif//BW_WIN32_WINDOW_H