mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
Sync with trunk head
svn path=/branches/header-work/; revision=46021
This commit is contained in:
commit
a00acb2a1b
1006 changed files with 161728 additions and 16722 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#ifndef __CMD_PRECOMP_H
|
||||
#define __CMD_PRECOMP_H
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning ( disable : 4103 ) /* use #pragma pack to change alignment */
|
||||
|
@ -42,3 +43,5 @@ WINE_DEFAULT_DEBUG_CHANNEL(cmd);
|
|||
#else
|
||||
#define debugstr_aw debugstr_a
|
||||
#endif
|
||||
|
||||
#endif /* __CMD_PRECOMP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue