Blame include/w32lib/w32lib.h

ea5470
#ifndef W32LIB_H
ea5470
#define W32LIB_H
ea5470
ea5470
#include <stdint.h>
ea5470
#include <stdio.h>
ea5470
ea5470
#include "w32lib_api.h"
ea5470
ea5470
#ifdef __cplusplus
ea5470
extern "C" {
ea5470
#endif
ea5470
ea5470
/* pre-alpha */
3fbbdc
#ifndef W32LIB_APP
3fbbdc
#ifndef W32LIB_PRE_ALPHA
ea5470
#error  libw32lib: pre-alpha: ABI is not final!
3fbbdc
#error  to use the library, please pass -DW32LIB_PRE_ALPHA to the compiler.
ea5470
#endif
ea5470
#endif
ea5470
ea5470
#ifdef __cplusplus
ea5470
}
ea5470
#endif
ea5470
ea5470
#endif