blob: f55eeabc78245006e437f408c08d72e2e2ec0fc7 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// See //gpu/README.md.
#if defined(_WIN32)
#define GLES2_C_LIB_EXPORT __declspec(dllimport)
#else
#define GLES2_C_LIB_EXPORT
#endif