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:
@@ -29,6 +29,9 @@ int main()
|
||||
|
||||
t.write("foo.cpp", """
|
||||
#ifdef FOO
|
||||
#ifdef _WIN32
|
||||
__declspec(dllexport)
|
||||
#endif
|
||||
void foo() {}
|
||||
#endif
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user