mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
29 lines
475 B
C
29 lines
475 B
C
|
|
||
|
#ifndef _WINE_COMCTL32_PRECOMP_H
|
||
|
#define _WINE_COMCTL32_PRECOMP_H
|
||
|
|
||
|
#include <wine/config.h>
|
||
|
|
||
|
#include <assert.h>
|
||
|
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#define COBJMACROS
|
||
|
#define NONAMELESSUNION
|
||
|
#define NONAMELESSSTRUCT
|
||
|
|
||
|
#include "comctl32.h"
|
||
|
|
||
|
#include <winreg.h>
|
||
|
#include <objbase.h>
|
||
|
#include <uxtheme.h>
|
||
|
#include <vssym32.h>
|
||
|
|
||
|
#include <wine/debug.h>
|
||
|
#include <wine/heap.h>
|
||
|
#include <wine/list.h>
|
||
|
#include <wine/unicode.h>
|
||
|
|
||
|
#endif /* !_WINE_COMCTL32_PRECOMP_H */
|