2014-10-31 09:05:52 +02:00
|
|
|
// stdafx.h : include file for standard system include files,
|
|
|
|
|
// or project specific include files that are used frequently,
|
|
|
|
|
// but are changed infrequently
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2024-01-08 22:05:37 +02:00
|
|
|
#define _DLLAPI extern "C" __declspec(dllexport)
|