jp9000 af11984314 libobs/util: Call SymInitialize before other Sym*
On the first call to update the symbol paths, pass the path string to
the SymInitializeW function first if it hasn't been called yet.  If it
has been called, then defer to SymSetSearchPathW and then
SymRefreshModuleList.  This is meant to reduce a needless extra call to
the latter two functions on the first use of the function.
2015-10-04 21:16:23 -07:00
..
2015-09-22 20:49:04 -07:00
2015-08-12 15:30:29 +02:00
2015-05-11 20:45:25 +02:00
2015-05-11 20:45:25 +02:00
2015-08-12 15:30:29 +02:00
2015-09-22 11:30:38 -07:00