Chromium Code Reviews| Index: core/include/fxge/fpf.h |
| diff --git a/core/include/fxge/fpf.h b/core/include/fxge/fpf.h |
| index 28d028cfbb9e2303f06655b7dc8bfdfc63354a6f..9fb38f8043ea5e6caf7bc8312dfd45268637777a 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: |