summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-04-02 19:43:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-04-02 19:43:51 +0200
commitd674f5fe1e87596dcb8bae588ae798b4473ce269 (patch)
tree3804985a4f7f7d6f5c694497028e9fa9222beade /ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
parent171c8cdc17ed6b443ff6de5d44b997399d0b03a2 (diff)
Build works now
Diffstat (limited to 'ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp')
-rw-r--r--ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp b/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
index 1209e38b..5f821f59 100644
--- a/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
+++ b/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
@@ -32,7 +32,6 @@
*/
#include "ftnoir_protocol_ft.h"
#include <QDebug>
-#include "facetracknoir/global-settings.h"
FTNoIR_ProtocolDll::FTNoIR_ProtocolDll() {
}
@@ -49,9 +48,7 @@ FTNoIR_ProtocolDll::~FTNoIR_ProtocolDll()
// GetProtocolDll - Undecorated name, which can be easily used with GetProcAddress
// Win32 API function.
// _GetProtocolDll@0 - Common name decoration for __stdcall functions in C language.
-//#pragma comment(linker, "/export:GetProtocolDll=_GetProtocolDll@0")
-
extern "C" FTNOIR_PROTOCOL_BASE_EXPORT Metadata* CALLING_CONVENTION GetMetadata()
{
return new FTNoIR_ProtocolDll;
-}
+} \ No newline at end of file