summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.h
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-04-23 08:32:56 (GMT)
committernijtmans <nijtmans>2010-04-23 08:32:56 (GMT)
commit0ec04490736cdf3891388a3a1e9cf8e8cef380f5 (patch)
treee7500d00ecdd547d4dd0332a138be0f97387ffe9 /generic/tkEntry.h
parenta5fa2276832bf18cf14cded757a1e15068a422ec (diff)
downloadtk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.zip
tk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.tar.gz
tk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.tar.bz2
Formatting
typo fixes remove not existing tkDisplayList; Useless re-definitions of TCL_STORAGE_CLASS
Diffstat (limited to 'generic/tkEntry.h')
-rw-r--r--generic/tkEntry.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/tkEntry.h b/generic/tkEntry.h
index 9ade3a6..52535c8 100644
--- a/generic/tkEntry.h
+++ b/generic/tkEntry.h
@@ -16,11 +16,6 @@
#include "tkInt.h"
#endif
-#ifdef BUILD_tk
-#undef TCL_STORAGE_CLASS
-#define TCL_STORAGE_CLASS DLLEXPORT
-#endif
-
enum EntryType {
TK_ENTRY, TK_SPINBOX
};
@@ -300,7 +295,4 @@ MODULE_SCOPE int TkpDrawEntryBorderAndFocus(Entry *entryPtr,
Drawable d, int isSpinbox);
MODULE_SCOPE int TkpDrawSpinboxButtons(Spinbox *sbPtr, Drawable d);
-#undef TCL_STORAGE_CLASS
-#define TCL_STORAGE_CLASS DLLIMPORT
-
#endif /* _TKENTRY */