Kaynağa Gözat

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

Lei Zhang 7 yıl önce
ebeveyn
işleme
8425998506
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      include/dxc/dxctools.h

+ 1 - 1
include/dxc/dxctools.h

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