From becc875a5dafe43a6067b6fb5e0c953c582fad48 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 28 Feb 2011 08:28:48 +0000 Subject: Implementation of re #1202 (PJLIB System Information API) on Win32 and Windows mobile targets git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3424 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/build/pjlib.vcproj | 2080 +++++++++++++++++++++++----------------------- pjlib/src/pj/os_info.c | 8 +- 2 files changed, 1046 insertions(+), 1042 deletions(-) diff --git a/pjlib/build/pjlib.vcproj b/pjlib/build/pjlib.vcproj index 9c3941bb..d50db471 100644 --- a/pjlib/build/pjlib.vcproj +++ b/pjlib/build/pjlib.vcproj @@ -354,11 +354,12 @@ /> - - @@ -459,7 +450,7 @@ /> + + @@ -582,7 +582,7 @@ /> @@ -648,7 +648,7 @@ /> - - @@ -780,7 +771,7 @@ /> @@ -846,7 +837,7 @@ /> @@ -912,7 +903,7 @@ /> + + - - @@ -1101,7 +1092,7 @@ /> @@ -1167,7 +1158,7 @@ /> @@ -1233,7 +1224,7 @@ /> @@ -1299,7 +1290,7 @@ /> - - + + @@ -1488,7 +1479,7 @@ /> @@ -1554,7 +1545,7 @@ /> @@ -1620,7 +1611,7 @@ /> - - @@ -1752,7 +1734,7 @@ /> @@ -1818,7 +1800,7 @@ /> - - + + + @@ -1941,7 +1932,7 @@ /> @@ -2007,7 +1998,7 @@ /> @@ -2073,7 +2064,7 @@ /> @@ -2139,7 +2130,7 @@ /> @@ -2205,7 +2196,7 @@ /> @@ -2271,7 +2262,7 @@ /> + + @@ -2394,7 +2394,7 @@ /> @@ -2460,7 +2460,7 @@ /> @@ -2526,7 +2526,7 @@ /> @@ -2592,7 +2592,7 @@ /> + + @@ -5937,15 +5941,17 @@ /> - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + 0 && len < sizeof(tmp)) { + if (cnt > 0 && cnt < (int)sizeof(tmp)) { ALLOC_CP_STR(tmp, info); } } -- cgit v1.2.3