VC6 specific change to not produce trivial warning while building, thanks to david.gardiner@unisa.edu.au

This commit is contained in:
blythe%netscape.com 1998-10-10 15:29:20 +00:00
Родитель 001700f459
Коммит 5aa019343f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,8 @@
#include <objbase.h>
#endif
#include <olectl.h>
#if (_MSC_VER < 1200)
#include <olectlid.h>
#endif
#endif // __DllInterfaces_H