1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-17 23:05:50 +01:00

Finished the proplist code. It's working now, but function names will change

for better naming.
This commit is contained in:
dan
2001-09-17 01:55:23 +00:00
parent aedbe70f63
commit 0c365cfb9b
4 changed files with 575 additions and 14 deletions

View File

@@ -12,6 +12,12 @@
# define _(text) (text)
#endif
#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
# define INLINE inline
#else
# define INLINE
#endif
#endif /* WINGS_CONFIG_H_ */