2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-01 08:22:15 +00:00
Files
build/example/libraries/lib1/lib1.cpp
Vladimir Prus 04cfdbce7b Add missing dllexport.
[SVN r18355]
2003-05-08 08:53:39 +00:00

15 lines
403 B
C++

// Copyright (c) 2003 boost.org
//
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyright notice appears in all copies.
// This software is provided "as is" without express or implied
// warranty, and with no claim as to its suitability for any purpose.
//
// http://www.boost.org
//
#ifdef _WIN32
__declspec(dllexport)
#endif
void foo() {};