diff --git a/base/applications/extrac32/CMakeLists.txt b/base/applications/extrac32/CMakeLists.txt index f760e7bced7..7f5f58ed448 100644 --- a/base/applications/extrac32/CMakeLists.txt +++ b/base/applications/extrac32/CMakeLists.txt @@ -7,4 +7,4 @@ set_module_type(extrac32 win32gui) target_link_libraries(extrac32 wine) -add_importlibs(extrac32 shell32 setupapi shlwapi user32 msvcrt) \ No newline at end of file +add_importlibs(extrac32 ntdll shell32 setupapi shlwapi user32 msvcrt) \ No newline at end of file