Twain_DSM  1.0
Modules
Here is a list of all modules:
[detail level 123456]
 declarations for our memory management functions...
 the computer enviromentFirst off, figure out what compiler we're running and on which platform we think we're running it
 Compilers we support...
 Platforms we support...
 Cross platform functions, defines, and macroesDon't forget to include TWAIN..
 use secure string functions if we have themWe want to use secure string functions whenever possible, if g++ every includes a set I think it would be excellent to switch over to it, but at least with Windows using them we stand a better chance of finding boo-boos..
 logging defines and functionsThese functions are insecure, but everybody has them, so we don't need an else/error section like we use everywhere else..