CTest.c (Firebird-3.0.2.32703-0.tar.bz2) | : | CTest.c (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
* The Original Code was created by Adriano dos Santos Fernandes. | * The Original Code was created by Adriano dos Santos Fernandes. | |||
* | * | |||
* Copyright (c) 2014 Adriano dos Santos Fernandes <adrianosf at gmail.com> | * Copyright (c) 2014 Adriano dos Santos Fernandes <adrianosf at gmail.com> | |||
* and all contributors signed below. | * and all contributors signed below. | |||
* | * | |||
* All Rights Reserved. | * All Rights Reserved. | |||
* Contributor(s): ______________________________________. | * Contributor(s): ______________________________________. | |||
*/ | */ | |||
#include "CalcCApi.h" | #include "CalcCApi.h" | |||
#include <malloc.h> | #include <stdlib.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#ifdef WIN32 | #ifdef WIN32 | |||
#include <windows.h> | #include <windows.h> | |||
#define DLL_EXPORT __declspec(dllexport) | #define DLL_EXPORT __declspec(dllexport) | |||
#else | #else | |||
#include <dlfcn.h> | #include <dlfcn.h> | |||
#define DLL_EXPORT | #define DLL_EXPORT | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |