]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/automtn.h
define wxUSE_REGKEY for WinCE too (closes #10211)
[wxWidgets.git] / include / wx / msw / ole / automtn.h
index dea726397b85a5fc3e1bd9276309b3cefaf1ebb1..4feca6ff7419593f06ac7f691b3bfbee2fabb37f 100644 (file)
@@ -31,7 +31,7 @@ typedef unsigned short* WXBSTR;
  * Wraps up an IDispatch pointer and invocation; does variant conversion.
  */
 
-class WXDLLEXPORT wxAutomationObject: public wxObject
+class WXDLLIMPEXP_CORE wxAutomationObject: public wxObject
 {
 public:
     wxAutomationObject(WXIDISPATCH* dispatchPtr = NULL);