mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
13 lines
222 B
C
13 lines
222 B
C
![]() |
|
||
|
#ifndef __WINE_D3DCOMPILER_PRECOMP_H
|
||
|
#define __WINE_D3DCOMPILER_PRECOMP_H
|
||
|
|
||
|
#include <wine/config.h>
|
||
|
#include <wine/port.h>
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#include "d3dcompiler_private.h"
|
||
|
|
||
|
#endif /* !__WINE_D3DCOMPILER_PRECOMP_H */
|