Changeset 4239 for pjproject/trunk/third_party/BaseClasses/wxutil.cpp
- Timestamp:
- Aug 31, 2012 6:29:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/BaseClasses/wxutil.cpp
r4072 r4239 59 59 // to be processed while we wait 60 60 DWORD dwWait; 61 DWORD dwStartTime ;61 DWORD dwStartTime = 0; 62 62 63 63 // set the waiting period. … … 604 604 BOOL bPeeked = FALSE; 605 605 DWORD dwResult; 606 DWORD dwStart ;607 DWORD dwThreadPriority ;606 DWORD dwStart = 0; 607 DWORD dwThreadPriority = THREAD_PRIORITY_HIGHEST; 608 608 609 609 static UINT uMsgId = 0;
Note: See TracChangeset
for help on using the changeset viewer.