FreeRDP
Loading...
Searching...
No Matches
rdtk_resources.h
1
19
#ifndef RDTK_RESOURCES_PRIVATE_H
20
#define RDTK_RESOURCES_PRIVATE_H
21
22
#include <stdint.h>
23
#include <winpr/wtypes.h>
24
#include <rdtk/rdtk.h>
25
26
#include "rdtk_engine.h"
27
28
#ifdef __cplusplus
29
extern
"C"
30
{
31
#endif
32
33
WINPR_ATTR_NODISCARD
34
SSIZE_T rdtk_get_embedded_resource_file(
const
char
* filename,
const
uint8_t** pData);
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
/* RDTK_RESOURCES_PRIVATE_H */
rdtk
librdtk
rdtk_resources.h
Generated by
1.9.8