mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
[KERNEL32_WINETEST] Sync everything except file.c and virtual.c with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
4b456ff7cd
commit
ed41a4dee2
33 changed files with 2320 additions and 1062 deletions
|
@ -18,7 +18,13 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#ifndef __REACTOS__
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
|
||||
#include "wine/test.h"
|
||||
#include "winbase.h"
|
||||
|
||||
|
||||
static void test_timer(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue