Merge "simplify WEBP_EXTERN macro"

This commit is contained in:
James Zern
2017-08-01 03:29:12 +00:00
committed by Gerrit Code Review
11 changed files with 181 additions and 181 deletions

View File

@ -148,7 +148,7 @@ typedef enum {
} CPUFeature;
// returns true if the CPU supports the feature.
typedef int (*VP8CPUInfo)(CPUFeature feature);
WEBP_EXTERN(VP8CPUInfo) VP8GetCPUInfo;
WEBP_EXTERN VP8CPUInfo VP8GetCPUInfo;
//------------------------------------------------------------------------------
// Init stub generator