Skip to content

Commit

Permalink
fix header cases error
Browse files Browse the repository at this point in the history
  • Loading branch information
dangfan committed May 4, 2024
1 parent 0550224 commit 1e1e555
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions linux/include/ccid/ccid_plugin.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef FLUTTER_PLUGIN_ccid_PLUGIN_H_
#define FLUTTER_PLUGIN_ccid_PLUGIN_H_
#ifndef FLUTTER_PLUGIN_CCID_PLUGIN_H_
#define FLUTTER_PLUGIN_CCID_PLUGIN_H_

#ifdef FLUTTER_PLUGIN_IMPL
#define FLUTTER_PLUGIN_EXPORT __attribute__((visibility("default")))
Expand All @@ -18,4 +18,4 @@ FLUTTER_PLUGIN_EXPORT void ccid_plugin_register_with_registrar(
}
#endif

#endif // FLUTTER_PLUGIN_ccid_PLUGIN_H_
#endif // FLUTTER_PLUGIN_CCID_PLUGIN_H_
6 changes: 3 additions & 3 deletions windows/include/ccid/ccid_plugin_c_api.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef FLUTTER_PLUGIN_ccid_PLUGIN_C_API_H_
#define FLUTTER_PLUGIN_ccid_PLUGIN_C_API_H_
#ifndef FLUTTER_PLUGIN_CCID_PLUGIN_C_API_H_
#define FLUTTER_PLUGIN_CCID_PLUGIN_C_API_H_

#ifdef FLUTTER_PLUGIN_IMPL
#define FLUTTER_PLUGIN_EXPORT __declspec(dllexport)
Expand All @@ -18,4 +18,4 @@ FLUTTER_PLUGIN_EXPORT void CcidPluginCApiRegisterWithRegistrar(
} // extern "C"
#endif

#endif // FLUTTER_PLUGIN_ccid_PLUGIN_C_API_H_
#endif // FLUTTER_PLUGIN_CCID_PLUGIN_C_API_H_

0 comments on commit 1e1e555

Please sign in to comment.