mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -28,9 +28,9 @@ HMODULE win32DLLHandle;
|
||||
BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved )
|
||||
{
|
||||
// ensure data sizes are stable
|
||||
if ( sizeof(inputfunc_t) != sizeof(int) )
|
||||
if ( sizeof(inputfunc_t) != sizeof(uintp) )
|
||||
{
|
||||
Assert( sizeof(inputfunc_t) == sizeof(int) );
|
||||
Assert( sizeof(inputfunc_t) == sizeof(uintp) );
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user