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/pjlib/src/pj/pool_dbg.c

    r3553 r4537  
    3333 
    3434 
    35 #if defined(PJ_WIN32) && PJ_WIN32!=0 && defined(PJ_DEBUG) && PJ_DEBUG!=0 \ 
    36     && !PJ_NATIVE_STRING_IS_UNICODE 
     35#if ((defined(PJ_WIN32) && PJ_WIN32!=0) || \ 
     36     (defined(PJ_WIN64) && PJ_WIN64 != 0)) && \ 
     37     defined(PJ_DEBUG) && PJ_DEBUG!=0 && !PJ_NATIVE_STRING_IS_UNICODE 
    3738#   include <windows.h> 
    3839#   define TRACE_(msg)  OutputDebugString(msg) 
Note: See TracChangeset for help on using the changeset viewer.