00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #ifndef __MYUNKNOWN_H 00006 #define __MYUNKNOWN_H 00007 00008 #ifdef _WIN32 00009 00010 #ifdef _WIN32_WCE 00011 #if (_WIN32_WCE > 300) 00012 #include <basetyps.h> 00013 #else 00014 #define MIDL_INTERFACE(x) struct 00015 #endif 00016 #else 00017 #include <basetyps.h> 00018 #endif 00019 00020 #include <unknwn.h> 00021 00022 #else 00023 #include "MyWindows.h" 00024 #endif 00025 00026 #endif
1.5.6