- Timestamp:
- Oct 1, 2008 9:56:09 AM (16 years ago)
- Location:
- pjproject/trunk/pjlib-util
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/build/wince-evc4/pjlib_util_wince.vcw
r1478 r2337 1 1 Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 2 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 4 ############################################################################### 5 6 Project: "pjlib_util_test_wince"=".\pjlib_util_test_wince.vcp" - Package Owner=<4> 7 8 Package=<5> 9 {{{ 10 }}} 11 12 Package=<4> 13 {{{ 14 Begin Project Dependency 15 Project_Dep_Name pjlib_util_wince 16 End Project Dependency 17 Begin Project Dependency 18 Project_Dep_Name pjlib_wince 19 End Project Dependency 20 }}} 3 21 4 22 ############################################################################### … … 16 34 ############################################################################### 17 35 18 Project: "pjlib_wince"="..\..\..\ ..\pjlib\build\wince-evc4\pjlib_wince.vcp" - Package Owner=<4>36 Project: "pjlib_wince"="..\..\..\pjlib\build\wince-evc4\pjlib_wince.vcp" - Package Owner=<4> 19 37 20 38 Package=<5> -
pjproject/trunk/pjlib-util/src/pjlib-util-test/test.c
r2039 r2337 43 43 pj_pool_factory *mem; 44 44 45 int param_log_decor = PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME | 46 PJ_LOG_HAS_MICRO_SEC; 45 47 46 48 static int test_inner(void) … … 52 54 53 55 pj_log_set_level(3); 54 pj_log_set_decor(PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME | 55 PJ_LOG_HAS_MICRO_SEC); 56 pj_log_set_decor(param_log_decor); 56 57 57 58 rc = pj_init();
Note: See TracChangeset
for help on using the changeset viewer.