@@ -479,63 +479,6 @@ MsiDatabaseApplyTransformW(MSIHANDLE hDatabase, LPCWSTR szTransformFile,
479479 return ret ;
480480}
481481
482- /* -------------------------------------------------------------------------- */
483- /* MsiDatabaseGenerateTransform (stub) */
484- /* -------------------------------------------------------------------------- */
485-
486- UINT WINAPI
487- MsiDatabaseGenerateTransformA (MSIHANDLE hDatabase , MSIHANDLE hDatabaseReference ,
488- LPCSTR szTransformFile , int iReserved1 , int iReserved2 )
489- {
490- (void )hDatabase ;
491- (void )hDatabaseReference ;
492- (void )szTransformFile ;
493- (void )iReserved1 ;
494- (void )iReserved2 ;
495- return ERROR_CALL_NOT_IMPLEMENTED ;
496- }
497-
498- UINT WINAPI
499- MsiDatabaseGenerateTransformW (MSIHANDLE hDatabase , MSIHANDLE hDatabaseReference ,
500- LPCWSTR szTransformFile , int iReserved1 , int iReserved2 )
501- {
502- (void )hDatabase ;
503- (void )hDatabaseReference ;
504- (void )szTransformFile ;
505- (void )iReserved1 ;
506- (void )iReserved2 ;
507- return ERROR_CALL_NOT_IMPLEMENTED ;
508- }
509-
510- /* -------------------------------------------------------------------------- */
511- /* MsiCreateTransformSummaryInfo (stub) */
512- /* -------------------------------------------------------------------------- */
513-
514- UINT WINAPI
515- MsiCreateTransformSummaryInfoA (MSIHANDLE hDatabase , MSIHANDLE hDatabaseReference ,
516- LPCSTR szTransformFile , int iErrorConditions ,
517- int iValidation )
518- {
519- (void )hDatabase ;
520- (void )hDatabaseReference ;
521- (void )szTransformFile ;
522- (void )iErrorConditions ;
523- (void )iValidation ;
524- return ERROR_CALL_NOT_IMPLEMENTED ;
525- }
526-
527- UINT WINAPI
528- MsiCreateTransformSummaryInfoW (MSIHANDLE hDatabase , MSIHANDLE hDatabaseReference ,
529- LPCWSTR szTransformFile , int iErrorConditions ,
530- int iValidation )
531- {
532- (void )hDatabase ;
533- (void )hDatabaseReference ;
534- (void )szTransformFile ;
535- (void )iErrorConditions ;
536- (void )iValidation ;
537- return ERROR_CALL_NOT_IMPLEMENTED ;
538- }
539482
540483/* -------------------------------------------------------------------------- */
541484/* MsiVerifyPackage */
0 commit comments