Explorar o código

Fix declaration of IDxcRewriter2 cross-platform uuidof (#1541)

Lei Zhang %!s(int64=7) %!d(string=hai) anos
pai
achega
8425998506
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/dxc/dxctools.h

+ 1 - 1
include/dxc/dxctools.h

@@ -78,7 +78,7 @@ IDxcRewriter2 : public IDxcRewriter {
                                                      _In_opt_ IDxcIncludeHandler *pIncludeHandler,
                                                      _COM_Outptr_ IDxcOperationResult **ppResult) = 0;
 
-  DECLARE_CROSS_PLATFORM_UUIDOF(IDxcRewriter)
+  DECLARE_CROSS_PLATFORM_UUIDOF(IDxcRewriter2)
 };
 
 #endif