2025-08-16 02:55 CEST

spring: develop 89360418 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2008-04-12 22:25:16 develop 43a7685e
Changeset * Fix VC8 compile errors:
  - min and max are #defined somewhere in Win32 API,
    so std::min and std::max gave parse errors.
    Added #define NOMINMAX to solve this.
  - Missing return statement in CDxSound::GetStreamTime().

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5718 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Platform/Win/DxSound.cpp Diff ] File ]
mod - rts/System/Platform/Win/DxSound.h Diff ] File ]