summaryrefslogtreecommitdiffhomepage
path: root/include/w32lib/w32lib.h
blob: 1b94f73b2ebadbf9b3330f62a1a20ecd61dd8f38 (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 WLIB_APP
#ifndef WLIB_PRE_ALPHA
#error  libw32lib: pre-alpha: ABI is not final!
#error  to use the library, please pass -DWLIB_PRE_ALPHA to the compiler.
#endif
#endif

#ifdef __cplusplus
}
#endif

#endif