[RASAPI32] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-21 13:15:06 +01:00
parent 842783003a
commit 3cea71896c
3 changed files with 8 additions and 10 deletions

View file

@ -18,15 +18,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WIN32_NO_STATUS
#include <stdarg.h>
//#include <stdarg.h>
#include <windef.h>
//#include "winbase.h"
#include <ras.h>
#include <raserror.h>
#include <wine/debug.h>
#include "windef.h"
#include "winbase.h"
#include "ras.h"
#include "raserror.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(ras);