Use native libc functions instead of msvcrt ones.

This commit is contained in:
Andriy Palamarchuk 2002-05-31 18:22:11 +00:00 committed by Alexandre Julliard
parent 4b050944fe
commit 2da362f5b6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = regedit.exe
APPMODE = gui
IMPORTS = msvcrt advapi32 kernel32
IMPORTS = advapi32 kernel32
C_SRCS = \
regedit.c \