Changeset 71 for trunk/USound.pas
- Timestamp:
- Jan 11, 2023, 3:25:24 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/USound.pas
r70 r71 41 41 resourcestring 42 42 SUnableToPlay = 'Unable to play '; 43 {$IFDEF WINDOWS} 44 {$ELSE} 43 45 SPlayNotSupported = 'The play command %s does not work on your system'; 46 {$ENDIF} 44 47 45 48 procedure Register; … … 126 129 begin 127 130 {$IFDEF WINDOWS} 128 if F PlayStyle = psASync then131 if FStyle = psASync then 129 132 Flags := SND_ASYNC or SND_NODEFAULT 130 133 else
Note:
See TracChangeset
for help on using the changeset viewer.