Changeset 50 in libcf for trunk/include/cf_debug.h


Ignore:
Timestamp:
04/01/13 13:23:01 (11 years ago)
Author:
cheese
Message:

#1 fix preprocessor definition for windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_debug.h

    r40 r50  
    2222
    2323/** Windows 함수 이름 매크로 재정의 */
    24 #ifdef _WIN32
     24#if defined(_WIN32) || defined(_WIN64)
    2525# define __func__   __FUNCTION__
    2626#endif
Note: See TracChangeset for help on using the changeset viewer.