From e74161bc6cb7c870c47a388ae62ade79ad47da01 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 10 May 2020 08:51:25 +0200 Subject: [PATCH] Change name of nvdaController.h --- frontend/drivers/platform_win32.c | 2 +- nvdaController.h => nvda_controller.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename nvdaController.h => nvda_controller.h (98%) diff --git a/frontend/drivers/platform_win32.c b/frontend/drivers/platform_win32.c index 5223416e8f..611cb6d29a 100644 --- a/frontend/drivers/platform_win32.c +++ b/frontend/drivers/platform_win32.c @@ -52,7 +52,7 @@ #include "platform_win32.h" #ifdef HAVE_NVDA -#include "../../nvdaController.h" +#include "../../nvda_controller.h" #endif #ifndef SM_SERVERR2 diff --git a/nvdaController.h b/nvda_controller.h similarity index 98% rename from nvdaController.h rename to nvda_controller.h index 78cb0738d0..d2ace11524 100644 --- a/nvdaController.h +++ b/nvda_controller.h @@ -27,7 +27,7 @@ #ifndef __RPCNDR_H_VERSION__ #error this stub requires an updated version of -#endif // __RPCNDR_H_VERSION__ +#endif /* __RPCNDR_H_VERSION__ */ #ifndef __nvdaController_h__