FreeRDP
|
#include <winpr/platform.h>
Macros | |
#define | WINPR_API |
#define | WINPR_ATTR_MALLOC(deallocator, ptrindex) |
#define | WINPR_ATTR_FORMAT_ARG(pos, args) |
#define | WINPR_FORMAT_ARG _Printf_format_string_ |
#define | WINPR_DEPRECATED(obj) obj |
#define | WINPR_DEPRECATED_VAR(text, obj) obj |
#define | WINPR_NORETURN(obj) obj |
#define | WINPR_LOCAL |
#define | WINPR_TLS __thread |
#define | INLINE inline |
#define | WINPR_ALIGN64 |
#define | WINPR_UNUSED(x) (void)(x) |
#define | WINPR_CAST_CONST_PTR_AWAY(ptr, dstType) (dstType) ptr |
#define | WINPR_FUNC_PTR_CAST(ptr, dstType) (dstType)(uintptr_t) ptr |
Functions | |
WINPR_API void | winpr_get_version (int *major, int *minor, int *revision) |
WINPR_API const char * | winpr_get_version_string (void) |
WINPR_API const char * | winpr_get_build_revision (void) |
WINPR_API const char * | winpr_get_build_config (void) |
#define INLINE inline |
#define WINPR_ALIGN64 |
#define WINPR_API |
WinPR: Windows Portable Runtime
Copyright 2012 Marc-Andre Moreau marca ndre .more au@g mail. com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
#define WINPR_ATTR_MALLOC | ( | deallocator, | |
ptrindex | |||
) |
#define WINPR_DEPRECATED | ( | obj | ) | obj |
#define WINPR_DEPRECATED_VAR | ( | text, | |
obj | |||
) | obj |
#define WINPR_FORMAT_ARG _Printf_format_string_ |
#define WINPR_LOCAL |
#define WINPR_NORETURN | ( | obj | ) | obj |
#define WINPR_TLS __thread |
WINPR_API const char* winpr_get_build_config | ( | void | ) |
WINPR_API const char* winpr_get_build_revision | ( | void | ) |
WINPR_API void winpr_get_version | ( | int * | major, |
int * | minor, | ||
int * | revision | ||
) |
WinPR: Windows Portable Runtime Debugging Utils
Copyright 2015 Armin Novak armin Copyright 2015 Thincast Technologies GmbH .nov ak@th inca st.co m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
WINPR_API const char* winpr_get_version_string | ( | void | ) |