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
29extern "C"
30{
31#endif
32
33 SSIZE_T rdtk_get_embedded_resource_file(const char* filename, const uint8_t** pData);
34
35#ifdef __cplusplus
36}
37#endif
38
39#endif /* RDTK_RESOURCES_PRIVATE_H */