Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#include "coreres.h"
///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32
STRINGTABLE DISCARDABLE BEGIN IDS_UNKNOWN_ERROR_CODE "An error with no description has occurred." IDS_LOW_MEMORY_MESSAGE "The system is low on memory. Close some programs, then click Retry.\r\nClick Cancel to attempt to continue." IDS_LOW_MEMORY_TITLE "Low Memory Error" END
#endif // English (U.S.) resources
|