mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
- Move several headers to PSDK where they belong. - Add _ANONYMOUS_UNION. - De-duplicate __GNU_EXTENSION definition from several headers. - Remove semicolons after the closing bracket of extern "C" - Add a missing one in ioaccess.h - Apply a consistent formatting. [PSDK] - De-duplicate __GNU_EXTENSION definition from several headers. - Add missing extern "C" opening bracket in ddkernel.h and remove the semicolon from the closing one. - Add __GNU_EXTENSION definition to ddraw.h and remove the semicolon after the closing bracket of extern "C" - Add missing extern "C" closing bracket in ddrawi.h - Remove semicolons after the closing brackets of extern "C" in dinput.h, dmemmgr.h and sti.h - Apply a consistent formatting. [DXSDK] - Move ddraw.h to PSDK. svn path=/trunk/; revision=48497
14 lines
242 B
C
14 lines
242 B
C
|
|
/* $Id$
|
|
*
|
|
* COPYRIGHT: This file is in the public domain.
|
|
* PROJECT: ReactOS kernel
|
|
* FILE:
|
|
* PURPOSE: Directx headers
|
|
* PROGRAMMER: Magnus Olsen (greatlrd)
|
|
*
|
|
*/
|
|
|
|
#include <winerror.h>
|
|
|