mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:05:41 +00:00
Mainly standardisation of makefiles, now support make install rules and use ros headers...
svn path=/trunk/; revision=4000
This commit is contained in:
parent
f811f37004
commit
92dec86909
29 changed files with 464 additions and 618 deletions
|
@ -98,7 +98,8 @@ int APIENTRY WinMain(HINSTANCE hInstance,
|
|||
#define _USE_CMD_MAP
|
||||
|
||||
#ifdef _USE_CMD_MAP
|
||||
#define BEGIN_CMD_MAP(a) switch( ##a ) {
|
||||
//#define BEGIN_CMD_MAP(a) switch( ##a ) {
|
||||
#define BEGIN_CMD_MAP(a) switch( a ) {
|
||||
#define CMD_MAP_ENTRY(a, b) case a: b(); break;
|
||||
#define END_CMD_MAP(a) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue