mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
d96f24e384
Part 2
28 lines
475 B
C
28 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 */
|