hnetcfg: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b14dffa60c
commit
4572f1674a
|
@ -1,6 +1,8 @@
|
||||||
MODULE = hnetcfg.dll
|
MODULE = hnetcfg.dll
|
||||||
IMPORTS = oleaut32 ole32 advapi32 mpr uuid
|
IMPORTS = oleaut32 ole32 advapi32 mpr uuid
|
||||||
|
|
||||||
|
EXTRADLLFLAGS = -mno-cygwin
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
apps.c \
|
apps.c \
|
||||||
hnetcfg.c \
|
hnetcfg.c \
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -31,7 +30,6 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "wine/heap.h"
|
#include "wine/heap.h"
|
||||||
#include "wine/unicode.h"
|
|
||||||
#include "hnetcfg_private.h"
|
#include "hnetcfg_private.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -29,7 +28,6 @@
|
||||||
#include "netfw.h"
|
#include "netfw.h"
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "wine/unicode.h"
|
|
||||||
#include "hnetcfg_private.h"
|
#include "hnetcfg_private.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -29,7 +28,6 @@
|
||||||
#include "netfw.h"
|
#include "netfw.h"
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "wine/unicode.h"
|
|
||||||
#include "hnetcfg_private.h"
|
#include "hnetcfg_private.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -31,7 +30,6 @@
|
||||||
|
|
||||||
#include "wine/heap.h"
|
#include "wine/heap.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "wine/unicode.h"
|
|
||||||
#include "hnetcfg_private.h"
|
#include "hnetcfg_private.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -29,7 +28,6 @@
|
||||||
#include "netfw.h"
|
#include "netfw.h"
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "wine/unicode.h"
|
|
||||||
#include "hnetcfg_private.h"
|
#include "hnetcfg_private.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -29,7 +28,6 @@
|
||||||
#include "netfw.h"
|
#include "netfw.h"
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "wine/unicode.h"
|
|
||||||
#include "hnetcfg_private.h"
|
#include "hnetcfg_private.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);
|
||||||
|
|
Loading…
Reference in New Issue