#pragma once namespace MyLib2 { # ifdef WITH_PRINT void Print(const char* const str); # endif }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 11988 | ShadauxCat |
Re-adding scope unit test that fell out in the transition from git to perforce workshop. Merging in changes from Daniel Dunbar to scopeTest.py and the darwin toolchain. |