Update compilation readme to include notes about UNICODE. (#38)

This commit is contained in:
Zac Brown
2018-02-18 14:03:20 -08:00
committed by Matt Swann
parent de2d6d0ed5
commit b7bde6b0b1
+5 -1
View File
@@ -4,6 +4,10 @@ Krabs Readme.txt
Important Preprocessor Definitions:
* UNICODE - krabsetw expects the UNICODE preproessor definition to be defined. The code will
not successfully compile without this flag. There is no plan to support non-UNICODE defined
compilation.
* NDEBUG - Set this varible in release builds to disable runtime type assertions.
@@ -20,4 +24,4 @@ This means that if an explicit type check is not defined for a requested type, a
is thrown and the code will not compile until one is added. This is mainly used for krabs
development to ensure that we don't miss asserts for types that are supported.
development to ensure that we don't miss asserts for types that are supported.