mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +00:00
[USER32_WINETEST] Sync everything except win.c with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
47e04dae50
commit
d558fc75a2
24 changed files with 1947 additions and 584 deletions
|
@ -5,7 +5,17 @@
|
|||
* Unit tests for data structure packing
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#ifndef __REACTOS__
|
||||
#define WINVER 0x0501
|
||||
#define _WIN32_IE 0x0501
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
|
||||
#define WINE_NOWINSOCK
|
||||
|
||||
#include "windows.h"
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
/***********************************************************************
|
||||
* Compatibility macros
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue