13 lines
267 B
C
13 lines
267 B
C
// Copyright 2013 Google Inc. All Rights Reserved.
|
|
|
|
#ifndef WVCDM_CDM_WV_CDM_COMMON_H_
|
|
#define WVCDM_CDM_WV_CDM_COMMON_H_
|
|
|
|
#if defined(COMPILER_MSVC) || defined(__clang__)
|
|
#define OVERRIDE override
|
|
#else
|
|
#define OVERRIDE
|
|
#endif
|
|
|
|
#endif // WVCDM_CDM_WV_CDM_COMMON_H_
|