mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:35:40 +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
|
@ -21,7 +21,13 @@
|
|||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef __REACTOS__
|
||||
#include <nls.h>
|
||||
#else
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
#endif
|
||||
|
||||
#include "widltypes.h"
|
||||
#include "hash.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue