Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit 7ed7389

Browse files
committed
Merge pull request #3 from TechSmith/bug/LocalDefinedFunctions
Fix more warnings.
2 parents 9f0ecb2 + cfc925a commit 7ed7389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

avi20.autopkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nuget
1010
nuspec
1111
{
1212
id = avi20;
13-
version: 1.1.0.0;
13+
version: 1.2.0.0;
1414
title: AVI20 Library;
1515
authors: { TechSmith Corporation };
1616
owners: { TechSmith Corporation };

include/AVI20/Namespace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// Set up DLL Export/Import macro for windows
1313
#if !defined(AVI20_API)
14-
#ifdef _WIN32
14+
#if defined(_WIN32) && defined(_USRDLL)
1515
#ifdef AVI20_EXPORTS
1616
#define AVI20_API __declspec(dllexport)
1717
#else

0 commit comments

Comments
 (0)