Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(978)

Unified Diff: third_party/hunspell/src/hunspell/hunvisapi.h

Issue 2544793003: [spellcheck] Updated Hunspell to 1.5.4 (Closed)
Patch Set: Updated patch with encoding change Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/hunspell/src/hunspell/hunspell.dsp ('k') | third_party/hunspell/src/hunspell/hunvisapi.h.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/src/hunspell/hunvisapi.h
diff --git a/third_party/hunspell/src/hunspell/hunvisapi.h b/third_party/hunspell/src/hunspell/hunvisapi.h
index 4712280ad2c186f4263e798b62af48835f82a4cd..eb2b348091b795e672fdf383a7f703344546b34c 100644
--- a/third_party/hunspell/src/hunspell/hunvisapi.h
+++ b/third_party/hunspell/src/hunspell/hunvisapi.h
@@ -1,5 +1,5 @@
-#ifndef _HUNSPELL_VISIBILITY_H_
-#define _HUNSPELL_VISIBILITY_H_
+#ifndef HUNSPELL_VISIBILITY_H_
+#define HUNSPELL_VISIBILITY_H_
#if defined(HUNSPELL_STATIC)
# define LIBHUNSPELL_DLL_EXPORTED
@@ -9,7 +9,7 @@
# else
# define LIBHUNSPELL_DLL_EXPORTED __declspec(dllimport)
# endif
-#elif BUILDING_LIBHUNSPELL && 1
+#elif defined(BUILDING_LIBHUNSPELL) && 1
# define LIBHUNSPELL_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
# define LIBHUNSPELL_DLL_EXPORTED
« no previous file with comments | « third_party/hunspell/src/hunspell/hunspell.dsp ('k') | third_party/hunspell/src/hunspell/hunvisapi.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698