ANISTR.C
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- #include <windows.h>
- //BUGBUG - eventually load these out of the resource file
- LPTSTR gpszImagEdit = "imagedit %1";
- #ifdef DBCS // Load string dynamically
- LPTSTR gpszAniFilter;
- #else
- LPTSTR gpszAniFilter = "Animated Cursor *.ani All Files *.* ";
- #endif
- LPTSTR gpszCUR = "cur";
- LPTSTR gpszANI = "ani";
- #ifdef DBCS // Load string dynamically
- LPTSTR gpszUnknownError;
- LPTSTR gpszCurFilter;
- LPTSTR gpszUntitled;
- LPTSTR gpszImport;
- #else
- LPTSTR gpszUnknownError = "Unknown Error";
- LPTSTR gpszCurFilter = "Cursor files *.cur Icon files *.ico All Files *.* ";
- LPTSTR gpszUntitled = "(Untitled)";
- LPTSTR gpszImport = "Import Frame";
- #endif