align
This commit is contained in:
parent
be79bb8c8b
commit
dc93ff735f
18 changed files with 127 additions and 31 deletions
|
@ -18,9 +18,10 @@ void dbg_init()
|
|||
|
||||
if (!stdout_open)
|
||||
{
|
||||
stdout_open = 1;
|
||||
|
||||
freopen("cnc-ddraw.log", "w", stdout);
|
||||
setvbuf(stdout, NULL, _IOLBF, 1024);
|
||||
stdout_open = 1;
|
||||
|
||||
HKEY hkey;
|
||||
LONG status =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue