|
From: Steven E. <Ste...@kn...> - 2001-10-29 00:01:36
|
What are the restrictions on using definitions from the Microsoft Headers? I know that after service pack 4 or so MS changed the rules on distribution of MFC and other parts of Visual Studio, so does this mean I can look at and use headers or parts of headers from preSP4? I ask because winbase.h in Visual Studio contains #define STD_OUTPUT_HANDLE (DWORD)-11 #define FORMAT_MESSAGE_IGNORE_INSERTS 0x00000200 #define FORMAT_MESSAGE_FROM_HMODULE 0x00000800 #define FORMAT_MESSAGE_FROM_SYSTEM 0x00001000 And the filesystem sync program I came across for WinNT needs those defines to compile. Thanks Steven########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ |