]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/stdstream.cpp
added wxICON_NONE and implement support for it in wxGTK (closes #2897)
[wxWidgets.git] / tests / streams / stdstream.cpp
index a5212e5e1fb468ff1a6b2f9a28c7f0b0f14abdec..3fc90d6235ae91c6fe6b972a65fc7404bc54cae9 100644 (file)
 #include <string.h>
 #include "wx/mstream.h"
 
-// when std::streamoff is simply long we don't need this as we already allow
-// comparisons between int and long but we do need it otherwise -- and we don't
-// have any way to detect it so for now just assume that all 64 bit builds use
-// long as streamoff and if this is wrong we'll add a check to configure later
-#if SIZEOF_SIZE_T != 8
-    WX_CPPUNIT_ALLOW_EQUALS_TO_INT(std::streamoff)
-#endif
-
 // ==========================================================================
 // Definitions
 // ==========================================================================