diff --git a/reactos/makefile.dos b/reactos/makefile.dos index 60713c6b8c7..8b0577383e7 100644 --- a/reactos/makefile.dos +++ b/reactos/makefile.dos @@ -15,7 +15,7 @@ include rules.mak # Required to run the system # COMPONENTS = iface_native ntoskrnl -DLLS = ntdll kernel32 crtdll +DLLS = ntdll kernel32 crtdll user32 fmifs #DLLS = crtdll mingw32 # diff --git a/reactos/makefile_rex b/reactos/makefile_rex index 36d2e6cdb77..a329e4c7343 100644 --- a/reactos/makefile_rex +++ b/reactos/makefile_rex @@ -15,7 +15,7 @@ include rules.mak # Required to run the system # COMPONENTS = iface_native ntoskrnl -DLLS = ntdll kernel32 crtdll +DLLS = ntdll kernel32 crtdll user32 fmifs #DLLS = crtdll mingw32 #