Module: wine Branch: master Commit: 32c2f815d5b691f574b2eab2065f0ac606bc049f URL: https://gitlab.winehq.org/wine/wine/-/commit/32c2f815d5b691f574b2eab2065f0ac...
Author: Alexandre Julliard julliard@winehq.org Date: Sun May 5 12:48:34 2024 +0200
atl: Remove empty clsid registration.
---
dlls/atl/atl_lib.idl | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/atl/atl_lib.idl b/dlls/atl/atl_lib.idl index 918416c5ee2..e3a4674f6cd 100644 --- a/dlls/atl/atl_lib.idl +++ b/dlls/atl/atl_lib.idl @@ -17,7 +17,6 @@ */
#pragma makedep regtypelib -#pragma makedep register
import "atliface.idl";