projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b67865
)
s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/
author
Tony Kelman
<tony@kelman.net>
Tue, 23 Sep 2014 18:08:52 +0000
(11:08 -0700)
committer
Tony Kelman
<tony@kelman.net>
Tue, 23 Sep 2014 18:08:52 +0000
(11:08 -0700)
Makefile
patch
|
blob
|
history
mojibake.h
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c53a918ccd644829182cb99500b5cc337e7d98c7..13126910502d793dc685bbbb02770c250e3951e6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,7
+6,7
@@
MAKE=make
# settings
-cflags = -O2 -std=c99 -pedantic -Wall -fpic -D
LIBRARY
_EXPORTS $(CFLAGS)
+cflags = -O2 -std=c99 -pedantic -Wall -fpic -D
MOJIBAKE
_EXPORTS $(CFLAGS)
cc = $(CC) $(cflags)
AR = ar
diff --git
a/mojibake.h
b/mojibake.h
index 03069b631207522bbbf9cacd6424621b18fcaa7f..2101f8cba8ce7e526593667fd5721c93c8319449 100644
(file)
--- a/
mojibake.h
+++ b/
mojibake.h
@@
-76,7
+76,7
@@
enum {false, true};
#include <limits.h>
#ifdef _WIN32
-# ifdef
LIBRARY
_EXPORTS
+# ifdef
MOJIBAKE
_EXPORTS
# define DLLEXPORT __declspec(dllexport)
# else
# define DLLEXPORT __declspec(dllimport)