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.
 
 
 
 
 
 

24 lines
426 B

#ifdef WIN32
#include "winuser.h"
#ifdef WINNT
#include "winuserp.h"
#include "winver.h"
#endif
#else
#include "windows.h"
#endif
#include "ids.h"
// WARNING
// this file should contain only non-localizable resources
// localizable resources should go in shlwaplc.rc
#ifdef MLUI_SUPPORT
#include "shlwapi.rcv"
#else
#include "shlwaplc.rc"
#endif
IDI_SECURITY ICON DISCARDABLE "security.ico"