summaryrefslogtreecommitdiffhomepage
path: root/include/w32lib/w32lib.h
blob: a94d39ec1af6b6c59cffbca0aaa1fa8b8aaafd9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef W32LIB_H
#define W32LIB_H

#include <stdint.h>
#include <stdio.h>

#include "w32lib_api.h"

#ifdef __cplusplus
extern "C" {
#endif

/* pre-alpha */
#ifndef W32LIB_APP
#ifndef W32LIB_PRE_ALPHA
#error  libw32lib: pre-alpha: ABI is not final!
#error  to use the library, please pass -DW32LIB_PRE_ALPHA to the compiler.
#endif
#endif

#ifdef __cplusplus
}
#endif

#endif