diff options
author | Bob Arnson <bob@firegiant.com> | 2021-04-18 21:09:37 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-04-18 21:12:50 -0400 |
commit | 594bb035b8f27d341c982dc0754589a447b9abd6 (patch) | |
tree | bb13b0a6d5e03fc5ff406a18682a1e9c0c170aa1 /src/ca/scasqlstr.h | |
parent | babe3697ec562d6f93f209e23dc03ba77fa57805 (diff) | |
download | wix-594bb035b8f27d341c982dc0754589a447b9abd6.tar.gz wix-594bb035b8f27d341c982dc0754589a447b9abd6.tar.bz2 wix-594bb035b8f27d341c982dc0754589a447b9abd6.zip |
Add `Wix4` table prefixes.
Per https://github.com/wixtoolset/issues/issues/5933.
Diffstat (limited to 'src/ca/scasqlstr.h')
-rw-r--r-- | src/ca/scasqlstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ca/scasqlstr.h b/src/ca/scasqlstr.h index a6f6df1c..72c1d770 100644 --- a/src/ca/scasqlstr.h +++ b/src/ca/scasqlstr.h | |||
@@ -18,7 +18,7 @@ struct SCA_SQLSTR | |||
18 | 18 | ||
19 | LPWSTR pwzSql; | 19 | LPWSTR pwzSql; |
20 | int iAttributes; | 20 | int iAttributes; |
21 | int iSequence; //used to sequence SqlString and SqlScript tables together | 21 | int iSequence; //used to sequence Wix4SqlString and Wix4SqlScript tables together |
22 | 22 | ||
23 | SCA_SQLSTR* psssNext; | 23 | SCA_SQLSTR* psssNext; |
24 | }; | 24 | }; |