Changeset 5621

Show
Ignore:
Timestamp:
10/29/09 16:48:44 (4 weeks ago)
Author:
jayesh
Message:

Handling undefined opa defns - sizeof opa ptr - on windows

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/winconfigure.wsf

    r5620 r5621  
    22042204                    fout.WriteLine("#define OPA_SIZEOF_VOID_P 4") 
    22052205                End If 
     2206            Case "SIZEOF_OPA_PTR_T" 
     2207                fout.WriteLine("#define SIZEOF_OPA_PTR_T sizeof(OPA_ptr_t)") 
    22062208            Case "inline" 
    22072209                fout.WriteLine("#define inline __inline")