2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-09 23:12:23 +00:00

Windows fix

[SVN r39820]
This commit is contained in:
Vladimir Prus
2007-10-08 21:28:09 +00:00
parent 26a974cb03
commit 06a13cedeb

View File

@@ -29,6 +29,9 @@ int main()
t.write("foo.cpp", """
#ifdef FOO
#ifdef _WIN32
__declspec(dllexport)
#endif
void foo() {}
#endif
""")