riched32: Avoid implicit time().

This commit is contained in:
Marcus Meissner 2007-05-05 01:18:40 +02:00 committed by Alexandre Julliard
parent 1cb98aa25d
commit ec11114c55

View file

@ -29,6 +29,7 @@
#include <winnls.h>
#include <ole2.h>
#include <richedit.h>
#include <time.h>
#include <wine/test.h>
static HMODULE hmoduleRichEdit;