Fix build and enable building usermode components, since they all build.

svn path=/branches/ros-amd64-bringup/; revision=44389
This commit is contained in:
Samuel Serapion 2009-12-03 19:40:01 +00:00
parent 0d9a397e30
commit 8f51e0fb9d
7 changed files with 8 additions and 7 deletions

View file

@ -8,6 +8,7 @@
#include "stdafx.h"
#include "audio_resampler_acm.hpp"
#include <stdio.h>
_AUDIO_NAMESPACE_START_

View file

@ -86,7 +86,7 @@
Whether to compile any usermode parts. This is while kernel mode is under
heavy development and usermode part not relevant for bootcd.
-->
<property name="USERMODE" value="0" />
<property name="USERMODE" value="1" />
</group>

View file

@ -1,5 +1,5 @@
<group>
<module name="shell32" type="win32dll" baseaddress="${BASEADDRESS_SHELL32}" installbase="system32" installname="shell32.dll" crt="msvcrt">
<module name="shell32" type="win32dll" baseaddress="${BASEADDRESS_SHELL32}" installbase="system32" installname="shell32.dll" crt="msvcrt" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="Both" />
<importlibrary definition="shell32.spec" />
<include base="shell32">.</include>

View file

@ -176,7 +176,7 @@ WPUCloseSocketHandle(IN SOCKET s,
SOCKET
WSPAPI
WPUCreateSocketHandle(IN DWORD dwCatalogEntryId,
IN DWORD dwContext,
IN DWORD_PTR dwContext,
OUT LPINT lpErrno)
{
UNIMPLEMENTED;
@ -277,7 +277,7 @@ WPUModifyIFSHandle(IN DWORD dwCatalogEntryId,
INT
WSPAPI
WPUQuerySocketHandleContext(IN SOCKET s,
OUT LPDWORD lpContext,
OUT PDWORD_PTR lpContext,
OUT LPINT lpErrno)
{
UNIMPLEMENTED;

View file

@ -173,7 +173,7 @@ INT
WSPAPI
WPUQueueApc(IN LPWSATHREADID lpThreadId,
IN LPWSAUSERAPC lpfnUserApc,
IN DWORD dwContext,
IN DWORD_PTR dwContext,
OUT LPINT lpErrno)
{
UNIMPLEMENTED;

View file

@ -1,4 +1,4 @@
<module name="ws2_32_new" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32_new.dll">
<module name="ws2_32_new" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32_new.dll" allowwarnings="true">
<importlibrary definition="ws2_32.spec" />
<include base="ws2_32_new">inc</include>
<include base="ReactOS">include/reactos/winsock</include>

View file

@ -1,4 +1,4 @@
<module name="ws2help" type="win32dll" baseaddress="${BASEADDRESS_WS2HELP}" installbase="system32" installname="ws2help.dll">
<module name="ws2help" type="win32dll" baseaddress="${BASEADDRESS_WS2HELP}" installbase="system32" installname="ws2help.dll" allowwarnings="true">
<importlibrary definition="ws2help.spec" />
<include base="ws2help">.</include>
<include base="ReactOS">include/reactos/winsock</include>