Commit 2da362f5 authored by Andriy Palamarchuk's avatar Andriy Palamarchuk Committed by Alexandre Julliard

Use native libc functions instead of msvcrt ones.

parent 4b050944
......@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = regedit.exe
APPMODE = gui
IMPORTS = msvcrt advapi32 kernel32
IMPORTS = advapi32 kernel32
C_SRCS = \
regedit.c \
......
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