should include advapi32.lib for registry operations
This commit is contained in:
parent
9a79b2c7b2
commit
e5995f0ecf
|
|
@ -15,4 +15,7 @@
|
|||
#define TARGET pandaexpress
|
||||
|
||||
#define SOURCES pandaexpress.cxx
|
||||
#define WIN_SYS_LIBS \
|
||||
advapi32.lib $[WIN_SYS_LIBS]
|
||||
|
||||
#end metalib_target
|
||||
|
|
|
|||
Loading…
Reference in New Issue