00001 #ifndef _WINC_RESRCENV 00002 #define _WINC_RESRCENV 00003 00004 #include <WXP/Resrc.h> 00005 #include <WXP/String.h> 00006 00007 namespace WXP { 00008 class ResrcEnv { 00009 public: 00010 static int get( Resrc &resrc, const char *res_str, const char *env, String &value ); 00011 }; 00012 } 00013 #endif
1.6.1