mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-27 18:00:12 +00:00
font provider dwrite c++ -> c
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
// Copyright (c) 2024 Epic Games Tools
|
|
||||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
||||||
|
|
||||||
#define BUILD_SUPPLEMENTARY_UNIT 1
|
|
||||||
|
|
||||||
#include "base/base_inc.h"
|
|
||||||
#include "os/os_inc.h"
|
|
||||||
#include "font_provider/font_provider.h"
|
|
||||||
|
|
||||||
#include "font_provider_dwrite.h"
|
|
||||||
#include "font_provider_dwrite.cpp"
|
|
||||||
|
|
||||||
#include "base/base_inc.c"
|
|
||||||
#include "os/os_inc.c"
|
|
||||||
#include "font_provider/font_provider.c"
|
|
||||||
@@ -3,10 +3,8 @@
|
|||||||
|
|
||||||
#include "font_provider.c"
|
#include "font_provider.c"
|
||||||
|
|
||||||
#if LANG_CPP
|
#if FP_BACKEND == FP_BACKEND_DWRITE
|
||||||
# if FP_BACKEND == FP_BACKEND_DWRITE
|
# include "dwrite/font_provider_dwrite.c"
|
||||||
# include "dwrite/font_provider_dwrite.cpp"
|
#else
|
||||||
# else
|
# error Font provider backend not specified.
|
||||||
# error Font provider backend not specified.
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -24,12 +24,10 @@
|
|||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
//~ rjf: Backend Includes
|
//~ rjf: Backend Includes
|
||||||
|
|
||||||
#if LANG_CPP
|
#if FP_BACKEND == FP_BACKEND_DWRITE
|
||||||
# if FP_BACKEND == FP_BACKEND_DWRITE
|
# include "dwrite/font_provider_dwrite.h"
|
||||||
# include "dwrite/font_provider_dwrite.h"
|
#else
|
||||||
# else
|
# error Font provider backend not specified.
|
||||||
# error Font provider backend not specified.
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // FONT_PROVIDER_INC_H
|
#endif // FONT_PROVIDER_INC_H
|
||||||
|
|||||||
Reference in New Issue
Block a user