|
i've been learning and making a stripped down generic Win32 App(new proj > Win32 App + no files) made from the existent generic SDK example in MSDN.
after puting the basics(to make the simplest window) and added some functionality from the sample to make compatible with all windows i compiled
all goes ok except for the fact that i'm getting basetsd.h added in external dependencies at compile-time (that header is included anyway from windows.h at the very top of my source)
any1 got any ideea why does this happen? cuz it beats the hell put of me... i don't see even, looking through all the header, any code that would make any link to my code...
|
|
|
|
|
|
|
// |