reshuffling of dlls
[reactos.git] / reactos / dll / win32 / user32 / include / resource.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS user32.dll
4 * FILE: include/resource.h
5 * PURPOSE: Definition of resource ids
6 */
7
8 #define IDS_ERROR (2)
9 #define IDS_OK (800)
10 #define IDS_CANCEL (801)
11 #define IDS_ABORT (802)
12 #define IDS_RETRY (803)
13 #define IDS_IGNORE (804)
14 #define IDS_YES (805)
15 #define IDS_NO (806)
16 #define IDS_HELP (808)
17 #define IDS_TRYAGAIN (809)
18 #define IDS_CONTINUE (810)
19
20