diff --git a/dll/win32/updspapi/main.c b/dll/win32/updspapi/main.c index 9e5427696ce..73af32fe983 100644 --- a/dll/win32/updspapi/main.c +++ b/dll/win32/updspapi/main.c @@ -16,17 +16,17 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -//#include +#include "config.h" #include -#include -#include -#include -#include -#include +#include "windef.h" +#include "winbase.h" +#include "winuser.h" +#include "winreg.h" +#include "setupapi.h" -#include +#include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(updspapi); diff --git a/media/doc/README.WINE b/media/doc/README.WINE index f544ea18d0f..9f96e3dcbbb 100644 --- a/media/doc/README.WINE +++ b/media/doc/README.WINE @@ -186,7 +186,7 @@ reactos/dll/win32/t2embed # Synced to WineStaging-3.3 reactos/dll/win32/tapi32 # Synced to WineStaging-3.3 reactos/dll/win32/traffic # Synced to WineStaging-3.3 reactos/dll/win32/twain_32 # Synced to WineStaging-3.3 -reactos/dll/win32/updspapi # Synced to WineStaging-2.9 +reactos/dll/win32/updspapi # Synced to WineStaging-3.3 reactos/dll/win32/url # Synced to WineStaging-2.9 reactos/dll/win32/urlmon # Synced to Wine-3.0 reactos/dll/win32/usp10 # Synced to Wine-3.0