mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
try to fix build
svn path=/trunk/; revision=50662
This commit is contained in:
parent
8ce4c3ffdb
commit
1fdb5b918f
5 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <reactos/debug.h>
|
||||
|
||||
void
|
||||
WINAPI
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include <windows.h>
|
||||
#include <debug.h>
|
||||
#include <reactos/debug.h>
|
||||
|
||||
#define ATLAPI_(x) x WINAPI
|
||||
#define ATLAPI ATLAPI_(HRESULT)
|
||||
|
@ -31,7 +31,7 @@ AtlSetErrorInfo(
|
|||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
ATLAPI_(LPDEVMODEA)
|
||||
ATLAPI_(LPDEVMODEA)
|
||||
AtlDevModeW2A(LPDEVMODEA lpDevModeA, LPDEVMODEW lpDevModeW)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include <windows.h>
|
||||
#include <debug.h>
|
||||
#include <reactos/debug.h>
|
||||
|
||||
typedef PVOID PSESSION;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <reactos/debug.h>
|
||||
|
||||
void WINAPI
|
||||
CDBuildIntegrityVect(DWORD Unknown1, DWORD Unknown2)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <reactos/debug.h>
|
||||
|
||||
#define LOADPERF_FUNCTION DWORD WINAPI
|
||||
|
||||
|
|
Loading…
Reference in a new issue