00001 #ifndef DEFINES_WINDOWS_H_ 00002 #define DEFINES_WINDOWS_H_ 00003 00004 #ifdef __WINDOWS__ 00005 #include <windows.h> 00006 #include <shellapi.h> 00007 #include <atlconv.h> 00008 #endif 00009 00010 #endif /* DEFINES_WINDOWS_H_*/