Changeset 216

Show
Ignore:
Timestamp:
01/26/07 03:07:54 (2 years ago)
Author:
aldacron
Message:

[DerelictSDL]
* consolidated the linux/Unix version blocks. This works around am issue that causes both blocks to be processed when (apparently) using a version of Bud compiled with GDC on Linux.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictSDL/derelict/sdl/syswm.d

    r146 r216  
    3434private import derelict.sdl.sdlversion; 
    3535 
     36version(linux) 
     37{ 
     38    version = Nix; 
     39} 
     40else version(Unix) 
     41{ 
     42    version = Nix; 
     43} 
     44 
    3645//============================================================================== 
    3746// TYPES 
     
    6271} 
    6372 
    64 version(linux) 
    65 
    66     struct SDL_SysWMmsg; 
    67     struct SDL_SysWMinfo; 
    68 
    69  
    70 version(Unix) 
     73version(Nix) 
    7174{ 
    7275    struct SDL_SysWMmsg;