Use native libc functions instead of msvcrt ones.
This commit is contained in:
parent
4b050944fe
commit
2da362f5b6
|
@ -4,7 +4,7 @@ SRCDIR = @srcdir@
|
|||
VPATH = @srcdir@
|
||||
MODULE = regedit.exe
|
||||
APPMODE = gui
|
||||
IMPORTS = msvcrt advapi32 kernel32
|
||||
IMPORTS = advapi32 kernel32
|
||||
|
||||
C_SRCS = \
|
||||
regedit.c \
|
||||
|
|
Loading…
Reference in New Issue