summaryrefslogtreecommitdiffhomepage
path: root/include/w32lib/w32lib.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-11-19 13:07:57 -0500
committermidipix <writeonce@midipix.org>2017-11-19 13:12:38 -0500
commit3fbbdc93b472e7e47df0459c2b5d75e5e7eacd26 (patch)
tree0056d672f9fcd3065ebeddbe19458c267d8da985 /include/w32lib/w32lib.h
parent3af23aadb5210aa94661c958eb8a81f421cc5c6b (diff)
downloadw32lib-3fbbdc93b472e7e47df0459c2b5d75e5e7eacd26.tar.bz2
w32lib-3fbbdc93b472e7e47df0459c2b5d75e5e7eacd26.tar.xz
pre-alpha api: changed name space prefix from WLIB_ to W32LIB_.
Diffstat (limited to 'include/w32lib/w32lib.h')
-rw-r--r--include/w32lib/w32lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/w32lib/w32lib.h b/include/w32lib/w32lib.h
index 1b94f73..a94d39e 100644
--- a/include/w32lib/w32lib.h
+++ b/include/w32lib/w32lib.h
@@ -11,10 +11,10 @@ extern "C" {
#endif
/* pre-alpha */
-#ifndef WLIB_APP
-#ifndef WLIB_PRE_ALPHA
+#ifndef W32LIB_APP
+#ifndef W32LIB_PRE_ALPHA
#error libw32lib: pre-alpha: ABI is not final!
-#error to use the library, please pass -DWLIB_PRE_ALPHA to the compiler.
+#error to use the library, please pass -DW32LIB_PRE_ALPHA to the compiler.
#endif
#endif