| Index: fpdfsdk/cfx_systemhandler.h
|
| diff --git a/fpdfsdk/cfx_systemhandler.h b/fpdfsdk/cfx_systemhandler.h
|
| index ec5735366c069062664349dba82e12fdaeb66ccd..436dedbbd6b06cf880dcc8c099109ba7ca3256df 100644
|
| --- a/fpdfsdk/cfx_systemhandler.h
|
| +++ b/fpdfsdk/cfx_systemhandler.h
|
| @@ -65,10 +65,9 @@ class CFX_SystemHandler {
|
| uint8_t nCharset);
|
| int32_t SetTimer(int32_t uElapse, TimerCallback lpTimerFunc);
|
| void KillTimer(int32_t nID);
|
| - bool IsSHIFTKeyDown(uint32_t nFlag) const;
|
| - bool IsCTRLKeyDown(uint32_t nFlag) const;
|
| - bool IsALTKeyDown(uint32_t nFlag) const;
|
| - bool IsINSERTKeyDown(uint32_t nFlag) const;
|
| + FX_BOOL IsSHIFTKeyDown(uint32_t nFlag) const;
|
| + FX_BOOL IsCTRLKeyDown(uint32_t nFlag) const;
|
| + FX_BOOL IsALTKeyDown(uint32_t nFlag) const;
|
|
|
| FX_SYSTEMTIME GetLocalTime();
|
|
|
|
|