Changeset 5628
- Timestamp:
- 10/29/09 20:55:34 (4 weeks ago)
- Files:
-
- 1 modified
-
mpich2/trunk/winconfigure.wsf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/winconfigure.wsf
r5621 r5628 2204 2204 fout.WriteLine("#define OPA_SIZEOF_VOID_P 4") 2205 2205 End If 2206 Case "SIZEOF_OPA_PTR_T"2207 fout.WriteLine("#define SIZEOF_OPA_PTR_T sizeof(OPA_ptr_t)")2208 2206 Case "inline" 2209 2207 fout.WriteLine("#define inline __inline") … … 3553 3551 Case "NO_MINUS_C_MINUS_O" 3554 3552 fout.WriteLine("/* #undef NO_MINUS_C_MINUS_O */") 3553 ' FIXME: The size of openpa ptr should not be hardcoded... 3554 Case "SIZEOF_OPA_PTR_T" 3555 If b64 Then 3556 fout.WriteLine("#define SIZEOF_OPA_PTR_T 8") 3557 Else 3558 fout.WriteLine("#define SIZEOF_OPA_PTR_T 4") 3559 End if 3555 3560 Case Else 3556 3561 'MsgBox("Unhandled definition <" & define & ">")
