the great onceification (libs)

Replace use of #ifndef header guards with #pragma once

Modern C++, baby!
This commit is contained in:
Paul Davis 2024-09-25 18:38:49 -06:00
parent 8fbec13e9c
commit 75f56cd3e1
379 changed files with 381 additions and 1138 deletions

View file

@ -17,8 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __libwaveview_visibility_h__
#define __libwaveview_visibility_h__
#pragma once
#if defined(COMPILER_MSVC)
#define LIBWAVEVIEW_DLL_IMPORT __declspec(dllimport)
@ -42,4 +41,3 @@
#define LIBWAVEVIEW_LOCAL LIBWAVEVIEW_DLL_LOCAL
#endif
#endif /* __libwaveview_visibility_h__ */