diff --git a/.github/workflows/test-ci-windows.yml b/.github/workflows/test-ci-windows.yml index 070ce361..89170761 100644 --- a/.github/workflows/test-ci-windows.yml +++ b/.github/workflows/test-ci-windows.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - arch: [x86, x64] + arch: [x64, x86] config: [Release, RelWithDebInfo] runs-on: windows-latest diff --git a/iis/installer.wxs b/iis/installer.wxs index 7f134bea..240db63e 100644 --- a/iis/installer.wxs +++ b/iis/installer.wxs @@ -7,7 +7,7 @@ lightArgs: --> - + @@ -25,11 +25,11 @@ - + - + @@ -89,18 +89,18 @@ - + - + - + - + VersionNT64 @@ -108,9 +108,9 @@ - + - + @@ -152,7 +152,7 @@ - + @@ -194,7 +194,7 @@ - + diff --git a/iis/mymodule.cpp b/iis/mymodule.cpp index 98863fdc..e9d5ce37 100644 --- a/iis/mymodule.cpp +++ b/iis/mymodule.cpp @@ -1321,4 +1321,4 @@ BOOL CMyHttpModule::WriteEventViewerLog(LPCSTR szNotification, WORD category) NULL, 1, 0, &szNotification, NULL ); } return FALSE; -} \ No newline at end of file +}