mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 23:25:46 -04:00
Initial community commit
This commit is contained in:
1
Src/replicant/nsapev2/windows/nsapev2.cpp
Normal file
1
Src/replicant/nsapev2/windows/nsapev2.cpp
Normal file
@ -0,0 +1 @@
|
||||
#include "nsapev2/nsapev2.h"
|
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