Exactly, with lowercase target module name to match other entries. It's trivial to check if you need a forward or import by comparing procedure addresses. For forwards you'll get same address from GetProcAddress(kernel32) and GetProcAddress(kernelbase). For import they will be different.