mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[RSHELL]
* Oops. That shouldn't have been commited. svn path=/trunk/; revision=65544
This commit is contained in:
parent
4c7f135588
commit
4c9df7c3e5
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@
|
|||
#pragma warning(disable:4512) // assignment operator could not be gernerated
|
||||
#endif
|
||||
|
||||
#define USE_SYSTEM_MENUDESKBAR 1
|
||||
#define USE_SYSTEM_MENUSITE 1
|
||||
#define USE_SYSTEM_MENUBAND 1
|
||||
#define USE_SYSTEM_MENUDESKBAR 0
|
||||
#define USE_SYSTEM_MENUSITE 0
|
||||
#define USE_SYSTEM_MENUBAND 0
|
||||
#define USE_SYSTEM_MERGED_FOLDERS 0
|
||||
|
||||
#define MERGE_FOLDERS 1
|
||||
|
|
Loading…
Reference in a new issue