Blob Blame History Raw
#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