reactos/dll/cpl/wined3dcfg/resource.h
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

24 lines
522 B
C

#pragma once
/* Icons */
#define IDI_CPLICON 1
/* Dialogs */
#define IDD_PROPPAGEGENERAL 100
/* Controls */
#define IDC_PIXELSHADERS 1001
#define IDC_GLSL 1002
#define IDC_VERTEXSHADERS 1003
#define IDC_MULTISAMPLING 1004
#define IDC_STRICTDRAWORDERING 1005
#define IDC_OFFSCREEN 1006
#define IDC_LOCKING 1007
/* Strings */
#define IDS_CPLNAME 10000
#define IDS_CPLDESCRIPTION 10001
/* EOF */