From 2585a6bbd7dca65c4ee3c197937de9b0026a5e98 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 4 May 2015 14:53:09 -0700 Subject: Kill FX_DEFINEHANDLE I spent at least 2 minutes grep'ing for a class or struct (on the other branch) that was delcared using this. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1129433002 --- core/include/fxge/fpf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/include/fxge') diff --git a/core/include/fxge/fpf.h b/core/include/fxge/fpf.h index 28d028cfbb..9fb38f8043 100644 --- a/core/include/fxge/fpf.h +++ b/core/include/fxge/fpf.h @@ -18,7 +18,9 @@ public: }; IFPF_DeviceModule* FPF_GetDeviceModule(); #define FPF_MATCHFONT_REPLACEANSI 1 -FX_DEFINEHANDLE(FPF_HFONT); +typedef struct FPF_HFONT_ { + FX_LPVOID pData; +}* FPF_HFONT; class IFPF_Font { public: -- cgit v1.2.3