diff options
author | escoffon <escoffon> | 1998-07-29 13:14:12 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-07-29 13:14:12 (GMT) |
commit | a30cd10654919b00fc50ccfb6d31d5a0f9f49b8d (patch) | |
tree | 3a54be6e804b82e4b1b377ddb823257d96b69d33 /generic/tkInt.h | |
parent | b7b5119a5c2c2f111a10ed98418fe43ec973a5bc (diff) | |
download | tk-a30cd10654919b00fc50ccfb6d31d5a0f9f49b8d.zip tk-a30cd10654919b00fc50ccfb6d31d5a0f9f49b8d.tar.gz tk-a30cd10654919b00fc50ccfb6d31d5a0f9f49b8d.tar.bz2 |
Merged changes between child workspace "/home/escoffon/ws/tk8.0" and
parent workspace "/export/home/ws/tk8.0".
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 39142a2..f547165 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: %Z% $Id: tkInt.h,v 1.4 1998/07/28 17:28:33 stanton Exp $ + * SCCS: %Z% $Id: tkInt.h,v 1.5 1998/07/29 13:14:12 escoffon Exp $ */ #ifndef _TKINT @@ -27,6 +27,11 @@ #include <tkPort.h> #endif +#ifdef BUILD_tk +# undef EXPORT +# define EXPORT DLLEXPORT +#endif + /* * Opaque type declarations: */ @@ -997,4 +1002,7 @@ EXTERN int TkXFileProc _ANSI_ARGS_((ClientData clientData, EXTERN int TkUnsupported1Cmd _ANSI_ARGS_((ClientData clientData, Tcl_Interp *interp, int argc, char **argv)); +#undef EXPORT +#define EXPORT DLLIMPORT + #endif /* _TKINT */ |