mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:43:08 +00:00
- Fix debug header nonsense
- Fix some w32api definitions - MSVC/PSDK Compatibility fixes. - Clean up user32 headers for greater PCH usage. svn path=/trunk/; revision=16811
This commit is contained in:
parent
24f28bb15b
commit
ea3d8b6b8d
43 changed files with 197 additions and 268 deletions
|
@ -20,18 +20,9 @@
|
|||
* FIXME: roll up in Netscape 3.01.
|
||||
*/
|
||||
|
||||
#define __WINE__
|
||||
#include <user32.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include "controls.h"
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
#include <debug.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(combo);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue