From b57199097a4c02bae09cc875a92d9b909257a831 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 3 Mar 2018 14:11:58 +0000 Subject: Android: case of .h and .H git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12706 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Android/Fl_Android_Application.h | 8 -------- src/drivers/Android/Fl_Android_Application.hh | 8 ++++++++ src/drivers/Android/Fl_Android_Screen_Driver.H | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 src/drivers/Android/Fl_Android_Application.h create mode 100644 src/drivers/Android/Fl_Android_Application.hh (limited to 'src/drivers/Android') diff --git a/src/drivers/Android/Fl_Android_Application.h b/src/drivers/Android/Fl_Android_Application.h deleted file mode 100644 index 7e7cba5aa..000000000 --- a/src/drivers/Android/Fl_Android_Application.h +++ /dev/null @@ -1,8 +0,0 @@ -// -// Created by Matthias Melcher on 3/3/18. -// - -#ifndef HELLOANDROID_FL_ANDROID_APPLICATION_H -#define HELLOANDROID_FL_ANDROID_APPLICATION_H - -#endif //HELLOANDROID_FL_ANDROID_APPLICATION_H diff --git a/src/drivers/Android/Fl_Android_Application.hh b/src/drivers/Android/Fl_Android_Application.hh new file mode 100644 index 000000000..7e7cba5aa --- /dev/null +++ b/src/drivers/Android/Fl_Android_Application.hh @@ -0,0 +1,8 @@ +// +// Created by Matthias Melcher on 3/3/18. +// + +#ifndef HELLOANDROID_FL_ANDROID_APPLICATION_H +#define HELLOANDROID_FL_ANDROID_APPLICATION_H + +#endif //HELLOANDROID_FL_ANDROID_APPLICATION_H diff --git a/src/drivers/Android/Fl_Android_Screen_Driver.H b/src/drivers/Android/Fl_Android_Screen_Driver.H index 45f1ebee6..b563676ba 100644 --- a/src/drivers/Android/Fl_Android_Screen_Driver.H +++ b/src/drivers/Android/Fl_Android_Screen_Driver.H @@ -22,8 +22,8 @@ \brief Definition of Windows screen interface. */ -#ifndef FL_WINAPI_SCREEN_DRIVER_H -#define FL_WINAPI_SCREEN_DRIVER_H +#ifndef FL_ANDROID_SCREEN_DRIVER_H +#define FL_ANDROID_SCREEN_DRIVER_H #include //#include @@ -478,7 +478,7 @@ extern void android_main(struct android_app* app); #endif /* _ANDROID_NATIVE_APP_GLUE_H */ -#endif // FL_WINAPI_SCREEN_DRIVER_H +#endif // FL_ANDROID_SCREEN_DRIVER_H // // End of "$Id$". -- cgit v1.2.3