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

Windows fix

[SVN r39820]
This commit is contained in:
Vladimir Prus
2007-10-08 21:28:09 +00:00
parent 007a90223d
commit 347fbf58dc

View File

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