mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
20
Src/replicant/nsapev2/windows/nsapev2.h
Normal file
20
Src/replicant/nsapev2/windows/nsapev2.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include "foundation/export.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
#ifdef NSID3V2_EXPORTS
|
||||
#define NSAPEV2_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define NSAPEV2_EXPORT __declspec(dllimport)
|
||||
#endif
|
||||
*/
|
||||
#define NSAPEV2_EXPORT
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user