diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-09 14:19:02 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-09 14:19:02 (GMT) |
commit | 26ff184cf27779f72337f6a4cf622a6d08470b76 (patch) | |
tree | 9e1d80d51095f375dddb3fda2cf68c40be09fdaf /Tests/ComplexOneConfig/Library/testConly.c | |
parent | cd0e978ca111b33abcd4f86cbe0bbd0fe2f5a39a (diff) | |
download | CMake-26ff184cf27779f72337f6a4cf622a6d08470b76.zip CMake-26ff184cf27779f72337f6a4cf622a6d08470b76.tar.gz CMake-26ff184cf27779f72337f6a4cf622a6d08470b76.tar.bz2 |
correct exports for windows
Diffstat (limited to 'Tests/ComplexOneConfig/Library/testConly.c')
-rw-r--r-- | Tests/ComplexOneConfig/Library/testConly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Library/testConly.c b/Tests/ComplexOneConfig/Library/testConly.c index d2d5294..05ec107 100644 --- a/Tests/ComplexOneConfig/Library/testConly.c +++ b/Tests/ComplexOneConfig/Library/testConly.c @@ -1,4 +1,4 @@ -#include "sharedFile.h" +#include "testConly.h" int CsharedFunction() { |