Changeset 582 for pjproject/trunk/pjlib/src/pj/os_time_win32.c
- Timestamp:
- Jul 3, 2006 3:19:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_time_win32.c
r313 r582 103 103 LARGE_INTEGER li; 104 104 105 pj_ memset(&st, 0, sizeof(st));105 pj_bzero(&st, sizeof(st)); 106 106 st.wYear = (pj_uint16_t) pt->year; 107 107 st.wMonth = (pj_uint16_t) (pt->mon + 1);
Note: See TracChangeset
for help on using the changeset viewer.