00001 //DO NOT MODIFIE THIS FILE 00002 //-*-Mode: C++;-*- 00003 #ifndef _GetExt_common_h_ 00004 #define _GetExt_common_h_ 00005 00006 #if __GNUG__ >= 2 00007 # pragma interface 00008 #endif 00009 00010 #include <windows.h> 00011 00012 // Returns true if the module is located, false otherwise 00013 int InitGetExtSystem(); 00014 HMODULE GetExtGetModule(); 00015 00016 #endif