I've been working on some SDK modcomps with the base BtS DLL recently, but I've had an odd issue. Whenever I compile it it works fine, but there is this warning at the end during the linking step.
Is this anything to be concerned about, and if so how can I fix it?
Code:
1>LINK : warning LNK4089: all references to 'KERNEL32.dll' discarded by /OPT:REF
Is this anything to be concerned about, and if so how can I fix it?