mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
12 lines
201 B
C
12 lines
201 B
C
#ifndef _WINRESRC_
|
|
#define _WINRESRC_
|
|
|
|
#include "windef.h"
|
|
#include "winuser.h"
|
|
#include "commctrl.h"
|
|
#include "dde.h"
|
|
#include "winnt.h"
|
|
#include "dlgs.h"
|
|
#include "winver.h"
|
|
|
|
#endif /* _WINRESRC_ */
|