--- q_a/samples/logging/makefile 2018/08/09 18:29:54 1.1.1.1 +++ q_a/samples/logging/makefile 2018/08/09 18:30:23 1.1.1.2 @@ -8,7 +8,7 @@ log.exe: $*.c messages.h advapi32.lib user32.lib messages.dll: $*.obj $*.rbj - $(link) $(ldebug) -subsystem:console -base:0x1C000000 -dll \ + $(link) $(ldebug) -subsystem:console -base:0x60000000 -dll \ -out:$*.dll $*.obj $*.rbj messages.obj: $*.c