What does #pragma comment mean in the following?
#pragma comment
#pragma comment(lib, \"kernel32\") #pragma comment(lib, \"user32\")
These link in the libraries selected in MSVC++.