#include "ftfd.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ TAG_FREETYPE
◆ DbgPrint()
Function prototypes
Definition at line 22 of file rosglue.c.
ENGAPI VOID APIENTRY EngDebugPrint(_In_z_ PCHAR StandardPrefix, _In_z_ PCHAR DebugMessage, _In_ va_list ap)
◆ fclose()
Definition at line 125 of file rosglue.c.
127 DPRINT1(
"Doubleplus ungood: freetype shouldn't fclose!\n");
◆ fopen()
◆ fread()
Definition at line 118 of file rosglue.c.
120 DPRINT1(
"Doubleplus ungood: freetype shouldn't fread!\n");
◆ free()
Definition at line 80 of file rosglue.c.
_Must_inspect_result_ _In_ WDFCOLLECTION _In_ WDFOBJECT Object
◆ fseek()
Definition at line 104 of file rosglue.c.
106 DPRINT1(
"Doubleplus ungood: freetype shouldn't fseek!\n");
◆ ftell()
Definition at line 111 of file rosglue.c.
113 DPRINT1(
"Doubleplus ungood: freetype shouldn't ftell!\n");
◆ malloc()
Definition at line 42 of file rosglue.c.
IN PVOID IN PVOID IN USHORT IN USHORT Size
void * EngAllocMem(int zero, unsigned long size, int tag=0)
_Must_inspect_result_ _In_ WDFCOLLECTION _In_ WDFOBJECT Object
◆ realloc()
Definition at line 57 of file rosglue.c.
67 CopySize = *((
size_t *)
Object - 1);
IN PVOID IN PVOID IN USHORT IN USHORT Size
void * EngAllocMem(int zero, unsigned long size, int tag=0)
#define memcpy(s1, s2, n)
_Must_inspect_result_ _In_ WDFCOLLECTION _In_ WDFOBJECT Object
_Inout_opt_ PACCESS_STATE _In_opt_ ACCESS_MASK _In_ ULONG _Out_opt_ PVOID * NewObject