]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/longlong.cpp
Take -DWX_PRECOMP out of GCC_PRAGMA_FLAGS and put it into its own PCH_FLAGS.
[wxWidgets.git] / src / common / longlong.cpp
index 2e589fa72324eb58dfea9e43ad3681137f5229d5..80fc379374a5decf177810884518f3d0e0f35679 100644 (file)
@@ -1150,11 +1150,13 @@ void *wxULongLongWx::asArray(void) const
 #if wxUSE_STD_IOSTREAM
 
 // input/output
+WXDLLIMPEXP_BASE
 wxSTD ostream& operator<< (wxSTD ostream& o, const wxLongLong& ll)
 {
     return o << ll.ToString();
 }
 
+WXDLLIMPEXP_BASE
 wxSTD ostream& operator<< (wxSTD ostream& o, const wxULongLong& ll)
 {
     return o << ll.ToString();