the great onceification (libs)
Replace use of #ifndef header guards with #pragma once Modern C++, baby!
This commit is contained in:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user