projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed missing wxprec.h
[wxWidgets.git]
/
src
/
jpeg
/
jconfig.h
diff --git
a/src/jpeg/jconfig.h
b/src/jpeg/jconfig.h
index e3c94a17178ec0a96d4a31f1d35da9120cb9e20c..42d94427c62561a862e823ad7e4c142269683143 100644
(file)
--- a/
src/jpeg/jconfig.h
+++ b/
src/jpeg/jconfig.h
@@
-56,6
+56,8
@@
/* #define INLINE __inline__ */
#if defined(__VISAGECPP__) && (__IBMCPP__ >= 400 || __IBMC__ >= 400)
#define INLINE
+#elif defined(__WATCOMC__)
+#define INLINE
#else
#define INLINE inline
#endif