Home | History | Annotate | Download | only in Common
      1 // MyUnknown.h
      2 
      3 #ifndef __MY_UNKNOWN_H
      4 #define __MY_UNKNOWN_H
      5 
      6 #ifdef _WIN32
      7 #include <basetyps.h>
      8 #include <unknwn.h>
      9 #else
     10 #include "MyWindows.h"
     11 #endif
     12 
     13 #endif
     14