Merge pull request #204 from stephtr/master

Automated builds for Sandboxie, include pdb for driver
This commit is contained in:
DavidXanatos 2020-11-30 21:57:08 +01:00 committed by GitHub
commit 8b2b2742a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ jobs:
uses: microsoft/setup-msbuild@v1
- name: Build Driver
run: msbuild /t:build Sandboxie\SandboxDrv.sln /p:Configuration="SbieRelease" /p:Platform=${{ matrix.platform }}
run: msbuild /t:build Sandboxie\Sandbox.sln /p:Configuration="SbieRelease" /p:Platform=${{ matrix.platform }}
- name: Upload Sandboxie
uses: actions/upload-artifact@v2
@ -29,8 +29,10 @@ jobs:
path: |
Sandboxie/Bin/${{ matrix.platform }}/SbieRelease
!**/*.pdb
!**/*.ipdb
!**/*.exp
!**/*.ilk
!**/*.iobj
!**/*.lib
!**/*.cer
Sandboxie/Bin/${{ matrix.platform }}/SbieRelease/SbieDrv.pdb

View File

@ -32,8 +32,6 @@ typedef long NTSTATUS;
// If you are missing some expected functions we probably just not added them here yet, so just add what you need.
//
#define OLD_DDK
//int __cdecl __stdio_common_vswprintf(unsigned __int64 options, wchar_t *str, size_t len, const wchar_t *format, _locale_t locale, va_list valist);
//int __cdecl __stdio_common_vfwprintf(unsigned __int64 options, FILE *file, const wchar_t *format, _locale_t locale, va_list valist);
//int __cdecl __stdio_common_vswscanf(unsigned __int64 options, const wchar_t *input, size_t length, const wchar_t *format, _locale_t locale, va_list valist);