From 7d2681a303bc9160a0b4542cfbf711f9f998e64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 16 Oct 2003 11:02:30 +0000 Subject: [PATCH] Vadim moved the macros to dlimpexp.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/tech/tn0016.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tech/tn0016.txt b/docs/tech/tn0016.txt index 012c63bf24..bb96ad0339 100644 --- a/docs/tech/tn0016.txt +++ b/docs/tech/tn0016.txt @@ -196,10 +196,10 @@ f) Update configure.in and wx-config.in to contain information about flags and libraries to ldflags_foo and ldlibs_foo variables in wx-config.in (both are optional). -g) Update defs.h to define WXMAKINGDLL_FOO if WXMAKINGDLL is defined (add - #define WXMAKINGDLL_FOO inside first "#ifdef WXMAKINGDLL" block in defs.h) - and to define WXDLLIMPEXP_FOO and WXDLLIMPEXP_DATA_FOO. You can copy - e.g. WXDLLIMPEXP_NET definition, it is something like this: +g) Update dlimpexp.h to define WXMAKINGDLL_FOO if WXMAKINGDLL is defined (add + #define WXMAKINGDLL_FOO inside first "#ifdef WXMAKINGDLL" block in + dlimpexp.h) and to define WXDLLIMPEXP_FOO and WXDLLIMPEXP_DATA_FOO. You + can copy e.g. WXDLLIMPEXP_NET definition, it is something like this: #ifdef WXMAKINGDLL_NET #define WXDLLIMPEXP_NET WXEXPORT #define WXDLLIMPEXP_DATA_NET(type) WXEXPORT type