mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:23:06 +00:00
[WIDL] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
6cbd6bd3ce
commit
8296d6c1ef
14 changed files with 479 additions and 94 deletions
|
@ -39,8 +39,15 @@
|
|||
|
||||
#define NONAMELESSUNION
|
||||
|
||||
#ifdef __REACTOS__
|
||||
#include <typedefs.h>
|
||||
#include <nls.h>
|
||||
#else
|
||||
#include "winerror.h"
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
#endif
|
||||
|
||||
#include "widl.h"
|
||||
#include "typelib.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue