Commit 7fa73a79 authored by Alexandre Julliard's avatar Alexandre Julliard

inetmib1: Build with msvcrt.

parent e01d9db2
......@@ -2,5 +2,7 @@ MODULE = inetmib1.dll
IMPORTS = snmpapi
DELAYIMPORTS = iphlpapi
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c
......@@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <assert.h>
#include <stdarg.h>
#include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment