Fix svn properties

svn path=/trunk/; revision=31613
This commit is contained in:
Hervé Poussineau 2008-01-05 18:57:24 +00:00
parent 569862a321
commit 94f4d04f97
11 changed files with 2130 additions and 2130 deletions

View file

@ -1,31 +1,31 @@
#include <windows.h>
#ifdef BUILD_DLL
#define DLL_EXPORT __declspec(dllexport)
#else
#define DLL_EXPORT
#endif
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
switch (fdwReason)
{
case DLL_PROCESS_ATTACH:
// attach to process
// return FALSE to fail DLL load
break;
case DLL_PROCESS_DETACH:
// detach from process
break;
case DLL_THREAD_ATTACH:
// attach to thread
break;
case DLL_THREAD_DETACH:
// detach from thread
break;
}
return TRUE; // succesful
}
#include <windows.h>
#ifdef BUILD_DLL
#define DLL_EXPORT __declspec(dllexport)
#else
#define DLL_EXPORT
#endif
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
switch (fdwReason)
{
case DLL_PROCESS_ATTACH:
// attach to process
// return FALSE to fail DLL load
break;
case DLL_PROCESS_DETACH:
// detach from process
break;
case DLL_THREAD_ATTACH:
// attach to thread
break;
case DLL_THREAD_DETACH:
// detach from thread
break;
}
return TRUE; // succesful
}

View file

@ -1,7 +1,7 @@
/* FILE: System Call Stubs for Native API for Win 2000 SP4
* COPYRIGHT: See COPYING in the top level directory
*/
.global _NtGdiAbortDoc@4
_NtGdiAbortDoc@4:
movl $0x1000, %eax

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
<module name="w32kdll_2ksp4" type="win32dll" entrypoint="0" installname="w32kdll_2ksp4.dll">
<importlibrary definition="w32kdll_2ksp4.def" />
<define name="__USE_W32API" />
<define name="_WIN32_WINNT">0x0502</define>
<file>w32kdll_2ksp4.S</file>
<file>main.c</file>
</module>
<module name="w32kdll_2ksp4" type="win32dll" entrypoint="0" installname="w32kdll_2ksp4.dll">
<importlibrary definition="w32kdll_2ksp4.def" />
<define name="__USE_W32API" />
<define name="_WIN32_WINNT">0x0502</define>
<file>w32kdll_2ksp4.S</file>
<file>main.c</file>
</module>

View file

@ -1,31 +1,31 @@
#include <windows.h>
#ifdef BUILD_DLL
#define DLL_EXPORT __declspec(dllexport)
#else
#define DLL_EXPORT
#endif
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
switch (fdwReason)
{
case DLL_PROCESS_ATTACH:
// attach to process
// return FALSE to fail DLL load
break;
case DLL_PROCESS_DETACH:
// detach from process
break;
case DLL_THREAD_ATTACH:
// attach to thread
break;
case DLL_THREAD_DETACH:
// detach from thread
break;
}
return TRUE; // succesful
}
#include <windows.h>
#ifdef BUILD_DLL
#define DLL_EXPORT __declspec(dllexport)
#else
#define DLL_EXPORT
#endif
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
switch (fdwReason)
{
case DLL_PROCESS_ATTACH:
// attach to process
// return FALSE to fail DLL load
break;
case DLL_PROCESS_DETACH:
// detach from process
break;
case DLL_THREAD_ATTACH:
// attach to thread
break;
case DLL_THREAD_DETACH:
// detach from thread
break;
}
return TRUE; // succesful
}

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
<module name="w32kdll" type="win32dll" entrypoint="0" installname="w32kdll.dll">
<importlibrary definition="w32kdll_ros.def" />
<define name="__USE_W32API" />
<define name="_WIN32_WINNT">0x0502</define>
<library>win32ksys</library>
<file>main.c</file>
</module>
<module name="w32kdll" type="win32dll" entrypoint="0" installname="w32kdll.dll">
<importlibrary definition="w32kdll_ros.def" />
<define name="__USE_W32API" />
<define name="_WIN32_WINNT">0x0502</define>
<library>win32ksys</library>
<file>main.c</file>
</module>

View file

@ -1,31 +1,31 @@
#include <windows.h>
#ifdef BUILD_DLL
#define DLL_EXPORT __declspec(dllexport)
#else
#define DLL_EXPORT
#endif
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
switch (fdwReason)
{
case DLL_PROCESS_ATTACH:
// attach to process
// return FALSE to fail DLL load
break;
case DLL_PROCESS_DETACH:
// detach from process
break;
case DLL_THREAD_ATTACH:
// attach to thread
break;
case DLL_THREAD_DETACH:
// detach from thread
break;
}
return TRUE; // succesful
}
#include <windows.h>
#ifdef BUILD_DLL
#define DLL_EXPORT __declspec(dllexport)
#else
#define DLL_EXPORT
#endif
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
switch (fdwReason)
{
case DLL_PROCESS_ATTACH:
// attach to process
// return FALSE to fail DLL load
break;
case DLL_PROCESS_DETACH:
// detach from process
break;
case DLL_THREAD_ATTACH:
// attach to thread
break;
case DLL_THREAD_DETACH:
// detach from thread
break;
}
return TRUE; // succesful
}

View file

@ -1,8 +1,8 @@
/* FILE: System Call Stubs for Windows XP SP2 Build 2600 32Bit Native API
* COPYRIGHT: See COPYING in the top level directory
* COPYRIGHT: See COPYING in the top level directory
*/
#define KUSER_SHARED_SYSCALL 0x7FFE0300
#define KUSER_SHARED_SYSCALL 0x7FFE0300
.global _NtGdiAbortDoc@4
_NtGdiAbortDoc@4:
@ -4105,13 +4105,13 @@ _NtUserValidateRect@8:
movl $KUSER_SHARED_SYSCALL, %ecx
call *(%ecx)
ret $0x8
.global _NtUserValidateTimerCallback@12
_NtUserValidateTimerCallback@12:
movl $0x124a, %eax
movl $KUSER_SHARED_SYSCALL, %ecx
call *(%ecx)
ret $0x8
.global _NtUserValidateTimerCallback@12
_NtUserValidateTimerCallback@12:
movl $0x124a, %eax
movl $KUSER_SHARED_SYSCALL, %ecx
call *(%ecx)
ret $0x8
.global _NtUserVkKeyScanEx@12
_NtUserVkKeyScanEx@12:

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
<module name="w32kdll_xpsp2" type="win32dll" entrypoint="0" installname="w32kdll_xpsp2.dll">
<importlibrary definition="w32kdll_xpsp2.def" />
<define name="__USE_W32API" />
<define name="_WIN32_WINNT">0x0502</define>
<file>w32kdll_xpsp2.S</file>
<file>main.c</file>
</module>
<module name="w32kdll_xpsp2" type="win32dll" entrypoint="0" installname="w32kdll_xpsp2.dll">
<importlibrary definition="w32kdll_xpsp2.def" />
<define name="__USE_W32API" />
<define name="_WIN32_WINNT">0x0502</define>
<file>w32kdll_xpsp2.S</file>
<file>main.c</file>
</module>