Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

23 lines
363 B

#ifndef MSG_MESSAGEBOX_TITLE
#define MSG_MESSAGEBOX_TITLE 10000
#endif
//lint -save -e757
extern PCSTR g_OutOfMemoryString;
extern PCSTR g_OutOfMemoryRetry;
extern PMHANDLE g_RegistryApiPool;
extern PMHANDLE g_PathsPool;
extern CRITICAL_SECTION g_PmCs;
extern CRITICAL_SECTION g_MemAllocCs;
VOID
InitLeadByteTable (
VOID
);
//lint -restore