git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25688
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/clipbrd.h"
#endif
+#ifdef __WXWINCE__
+ STDAPI_(__int64) CeGetRandomSeed();
+#endif
+
IMPLEMENT_APP(MyApp)
MainWindow *TheMainWindow = NULL;
ReadPreferences();
// Seed the random number generator
+#ifdef __WXWINCE__
+ srand((unsigned) CeGetRandomSeed());
+#else
time_t current_time;
(void)time(¤t_time);
srand((unsigned int)current_time);
+#endif
// randomize();
pages[0] = 0;