Hardware/ATI/ADL.cs
changeset 6 56c9d6c8c08b
parent 3 1a0928afac6b
child 8 39067efce486
     1.1 --- a/Hardware/ATI/ADL.cs	Wed Jan 27 23:10:38 2010 +0000
     1.2 +++ b/Hardware/ATI/ADL.cs	Thu Jan 28 19:31:10 2010 +0000
     1.3 @@ -109,7 +109,7 @@
     1.4      public const int ADL_MAX_ADAPTERS = 40;
     1.5      public const int ADL_MAX_DISPLAYS = 40;
     1.6      public const int ADL_MAX_DEVICENAME = 32;
     1.7 -    public const int ADL_SUCCESS = 0;
     1.8 +    public const int ADL_OK = 0;
     1.9      public const int ADL_FAIL = -1;
    1.10      public const int ADL_DRIVER_OK = 0;
    1.11      public const int ADL_MAX_GLSYNC_PORTS = 8;