changeset 754:0d0dc78c589d

Clang complains about the types I used for the OS version.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 17 Mar 2011 06:13:57 +0000
parents 590eebc9b61f
children f574028932cc
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Thu Mar 17 05:08:56 2011 +0000
+++ b/mac/dw.m	Thu Mar 17 06:13:57 2011 +0000
@@ -346,7 +346,7 @@
 HMTX DWThreadMutex2;
 DWTID DWThread = (DWTID)-1;
 DWTID _dw_mutex_locked = (DWTID)-1;
-long DWOSMajor, DWOSMinor, DWOSBuild;
+SInt32 DWOSMajor, DWOSMinor, DWOSBuild;
 
 /* Used for doing bitblts from the main thread */
 typedef struct _bitbltinfo