diff options
Diffstat (limited to 'Tests/SimpleInstall/foo.h')
-rw-r--r-- | Tests/SimpleInstall/foo.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Tests/SimpleInstall/foo.h b/Tests/SimpleInstall/foo.h deleted file mode 100644 index 216cdf6..0000000 --- a/Tests/SimpleInstall/foo.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifdef __cplusplus -extern "C" { -#endif - -extern char* foo; -extern int SomeFunctionInFoo(); - -#ifdef __cplusplus -} -#endif |