Ignore:
Timestamp:
Oct 4, 2011, 6:55:54 PM (13 years ago)
Author:
george
Message:
  • Fixed: Do not use Windows MMSystem unit under Linux.
  • Fixed: Floating point/comma decimal separator error.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CoolAudio/Systems/UAudioSystemWindows.pas

    r278 r279  
    55interface
    66
     7{$IFDEF Windows}
    78uses
    89  Classes, SysUtils, UAudioSystem, MMSystem;
     
    1819    procedure Stop; override;
    1920  end;
     21{$ENDIF}
    2022
    2123implementation
     24
     25{$IFDEF Windows}
    2226
    2327{ TPlayerWindows }
     
    3943end;
    4044
     45{$ENDIF}
     46
    4147end.
    4248
Note: See TracChangeset for help on using the changeset viewer.