mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
12 lines
222 B
C
12 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 */
|