diff options
Diffstat (limited to 'Tests/AliasTarget/object.h')
-rw-r--r-- | Tests/AliasTarget/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/AliasTarget/object.h b/Tests/AliasTarget/object.h index e935f14746..d33551c9ca 100644 --- a/Tests/AliasTarget/object.h +++ b/Tests/AliasTarget/object.h @@ -1,4 +1,4 @@ #ifdef _WIN32 __declspec(dllexport) #endif -int object(void); + int object(void); |