diff options
Diffstat (limited to 'Tests/CustComDepend/bar.h')
-rw-r--r-- | Tests/CustComDepend/bar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CustComDepend/bar.h b/Tests/CustComDepend/bar.h index d462c9b..d179464 100644 --- a/Tests/CustComDepend/bar.h +++ b/Tests/CustComDepend/bar.h @@ -5,5 +5,5 @@ # define BAR_EXPORT __declspec( dllimport ) # endif #else -# define BAR_EXPORT +# define BAR_EXPORT #endif |