ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git] / Tests / LibName / bar.c
blob9607180380b93d817d2896ed2f7758b1a17f45fe
1 #ifdef _WIN32
2 __declspec(dllexport)
3 #endif
5 extern void foo()