diff options
Diffstat (limited to 'Tests/InterfaceLinkLibraries/zot.h')
-rw-r--r-- | Tests/InterfaceLinkLibraries/zot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/InterfaceLinkLibraries/zot.h b/Tests/InterfaceLinkLibraries/zot.h index 5e4fb1e..e80328b 100644 --- a/Tests/InterfaceLinkLibraries/zot.h +++ b/Tests/InterfaceLinkLibraries/zot.h @@ -4,4 +4,4 @@ #ifdef _WIN32 __declspec(dllexport) #endif -int zot(); + int zot(); |