Ignore:
Timestamp:
Jun 19, 2013 6:47:43 AM (11 years ago)
Author:
riza
Message:

Re #1680: Add initial support for Win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/build/srtp/srtp_config.h

    r2660 r4537  
    8888 
    8989/* Define to 1 if you have the <windows.h> header file. */ 
    90 #if defined(PJ_WIN32) && PJ_WIN32!=0 
     90#if (defined(PJ_WIN32) && PJ_WIN32!=0) || (defined(PJ_WIN64) && PJ_WIN64 != 0) 
    9191#   define HAVE_WINDOWS_H   1 
    9292#endif 
Note: See TracChangeset for help on using the changeset viewer.