mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
13 lines
201 B
C
13 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_ */
|