mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
the great onceification (libs)
Replace use of #ifndef header guards with #pragma once Modern C++, baby!
This commit is contained in:
parent
8fbec13e9c
commit
75f56cd3e1
379 changed files with 381 additions and 1138 deletions
|
|
@ -17,8 +17,7 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef __libwidgets_visibility_h__
|
||||
#define __libwidgets_visibility_h__
|
||||
#pragma once
|
||||
|
||||
#if defined(COMPILER_MSVC)
|
||||
#define LIBWIDGETS_DLL_IMPORT __declspec(dllimport)
|
||||
|
|
@ -42,4 +41,3 @@
|
|||
#define LIBWIDGETS_LOCAL LIBWIDGETS_DLL_LOCAL
|
||||
#endif
|
||||
|
||||
#endif /* __libwidgets_visibility_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue