mirror of
https://github.com/reactos/reactos.git
synced 2025-05-27 13:08:23 +00:00
[NETCFGX_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
434c1cef18
commit
66f8e62269
1 changed files with 6 additions and 4 deletions
|
@ -15,14 +15,16 @@
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
|
||||||
#define COBJMACROS
|
#define COBJMACROS
|
||||||
#include <wine/test.h>
|
|
||||||
|
#ifdef __REACTOS__
|
||||||
#include <objbase.h>
|
#include <objbase.h>
|
||||||
#include <netcfgx.h>
|
#endif
|
||||||
|
#include "netcfgx.h"
|
||||||
|
#include "wine/test.h"
|
||||||
|
|
||||||
static void create_configuration(void)
|
static void create_configuration(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue