Files
jeanlemotan 48ab06b1d9 First
2024-07-02 18:10:39 +02:00

16 lines
517 B
C

///////////////////////////////////////////////////////////////////////////////
// Copyright (c) Electronic Arts Inc. All rights reserved.
///////////////////////////////////////////////////////////////////////////////
#ifndef EATHREAD_DLLINFO_H
#define EATHREAD_DLLINFO_H
#include <eathread/internal/config.h>
#if defined(EA_PRAGMA_ONCE_SUPPORTED)
#pragma once // Some compilers (e.g. VC++) benefit significantly from using this. We've measured 3-4% build speed improvements in apps as a result.
#endif
#endif