Gé van Geldorp
5b3ce7b494
Fix MSVCRT compile-time error due to duplicate symbol definition
...
svn path=/trunk/; revision=10686
2004-08-26 07:54:47 +00:00
Gregor Anich
e9706d1315
Change <GL\\gl.h> to "GL/gl.h" include.
...
svn path=/trunk/; revision=10685
2004-08-26 02:04:48 +00:00
Gregor Anich
94ec82db25
Fix GL/glu.h include...
...
svn path=/trunk/; revision=10684
2004-08-26 01:54:03 +00:00
Gregor Anich
94d6abb6d2
Fix GL/gl.h include for cross-compiling from linux.
...
svn path=/trunk/; revision=10683
2004-08-26 01:52:06 +00:00
Gé van Geldorp
93b57832ce
Avoid arithmetic overflow
...
svn path=/trunk/; revision=10682
2004-08-25 22:31:01 +00:00
Casper Hornstrup
6fa3492ab7
2004-08-25 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* tools/cdmake/cdmake.c: Error out if extension is too long.
svn path=/trunk/; revision=10681
2004-08-25 20:47:22 +00:00
Gregor Anich
a8e8bea6fa
Disable SSE - When Mesa with SSE enabled is ran in ReactOS/VMWare it crashes with SIGILL.
...
svn path=/trunk/; revision=10680
2004-08-25 20:20:09 +00:00
Gregor Anich
ca451d1442
Add OpenGL to the user libraries (glu32, mesa32, opengl32)
...
svn path=/trunk/; revision=10679
2004-08-25 15:58:12 +00:00
Filip Navara
1e7841a2e8
- Implement CcRepinBcb and CcGetFileObjectFromBcb.
...
- Partially implement CcUnpinRepinnedBcb, CcPinMappedData,
CcPinRead, CcPreparePinWrite, CcInitializeCacheMap (Art Yerkes)
and CcUninitializeCacheMap.
- Fix ReadCacheSegmentChain to handle correctly big request and
check for MDL request memory overflow.
- Allow passing NULL BCB to CcSetFileSizes.
- Ensure that registry files are opened using lowercase file names.
svn path=/trunk/; revision=10678
2004-08-25 15:08:29 +00:00
Filip Navara
b8648c7bf4
- Do not depend on paths returned by FileNameInformation requests to be NULL terminated.
...
svn path=/trunk/; revision=10677
2004-08-25 15:04:19 +00:00
Filip Navara
e877ccfb63
- Fix masking out the write flags in IoCheckShareAccess and IoSetShareAccess.
...
svn path=/trunk/; revision=10676
2004-08-25 15:01:48 +00:00
Gregor Anich
cfc4008f6b
Mesa version 6.1 import - Forgot the new Makefile/def file
...
svn path=/trunk/; revision=10675
2004-08-25 12:43:28 +00:00
Gregor Anich
d0f74a3f67
Mesa version 6.1 import.
...
svn path=/trunk/; revision=10674
2004-08-25 12:35:24 +00:00
Hartmut Birr
c56daa8b92
- Fixed the back-space-handling in ConioWriteConsole.
...
svn path=/trunk/; revision=10673
2004-08-25 10:37:14 +00:00
Filip Navara
2f4838080b
Fix compilation with GCC 3.4.x
...
svn path=/trunk/; revision=10672
2004-08-24 18:27:53 +00:00
Filip Navara
0e272062f2
- Add definition of LOCALE_IDEFAULTMACCODEPAGE.
...
svn path=/trunk/; revision=10671
2004-08-24 17:36:15 +00:00
Filip Navara
489265e774
- Load also the last font file in the font directory.
...
svn path=/trunk/; revision=10670
2004-08-24 17:29:00 +00:00
Filip Navara
df072d8e25
- Always use non-antialiased font for consoles.
...
- Minor correction to multibyte character conversion for GUI consoles.
- Support for non-ENABLE_PROCESSED_OUTPUT and non-ENABLE_WRAP_AT_EOL_OUTPUT modes in ConioWriteConsole.
- Other minor fixes to get Wine Kernel32 Console test working.
svn path=/trunk/; revision=10669
2004-08-24 17:25:17 +00:00
Filip Navara
5e458f6f4e
- Implementation of GetCPFileNameFromRegistry, GetNlsSectionName and IsValidCodePage.
...
- Partial implementation of MultiByteToWideChar and WideCharToMultiByte.
- Cleanup buffer allocation in some console functions.
svn path=/trunk/; revision=10668
2004-08-24 17:21:12 +00:00
Filip Navara
29fc781674
- Fix Get[System/Window]Directory[AW] for Buffer == NULL case.
...
- Fix return value of GetDriveType[AW].
svn path=/trunk/; revision=10667
2004-08-24 17:15:42 +00:00
Filip Navara
ccec5bfedd
- Remove dereferencing non-referenced FileObject in error cases.
...
svn path=/trunk/; revision=10666
2004-08-24 17:08:18 +00:00
Filip Navara
aaa5aaec7e
- Fix NtQueryDirectoryObject for empty directories.
...
svn path=/trunk/; revision=10665
2004-08-24 17:07:27 +00:00
Gé van Geldorp
1230297d02
Add shutdown registry entries
...
svn path=/trunk/; revision=10664
2004-08-24 09:43:33 +00:00
Hartmut Birr
b78c2817c4
- Check if the given address points into a valid section (in MmUnmapViewOfSection).
...
- Check if the section isn't deleted straight (in MmUnmapViewOfSection).
svn path=/trunk/; revision=10663
2004-08-23 22:29:43 +00:00
Gé van Geldorp
e208613f37
Implement ConvertSidToStringSidA/w
...
svn path=/trunk/; revision=10662
2004-08-23 21:16:26 +00:00
James Tabor
a380ffb184
Fixed import unicode names from remote processes.
...
svn path=/trunk/; revision=10661
2004-08-23 14:28:29 +00:00
Hartmut Birr
34e45ee1c2
- Enabled the declaration of DbgPrint because they is used in DPRINT and CHECKPOINT macros.
...
svn path=/trunk/; revision=10660
2004-08-22 21:06:36 +00:00
Hartmut Birr
868756af46
- Fixed the compilation as unicode.
...
- Search only for the file name directly if the name contains a known extension.
- Don't add an extension if the file name contains a known extension.
svn path=/trunk/; revision=10659
2004-08-22 20:55:15 +00:00
Filip Navara
4af77c2b3c
- Implement ReadConsoleInputW, PeekConsoleInputW, ReadConsoleOutputW, WriteConsoleOutputW, SetConsoleIcon and GetConsoleWindow.
...
- Fix input peeking in CSRSS to not return fake events.
svn path=/trunk/; revision=10658
2004-08-22 20:52:28 +00:00
Filip Navara
cce0fb451f
- More complete implementation of CharUpperA.
...
svn path=/trunk/; revision=10657
2004-08-22 20:51:57 +00:00
Filip Navara
270129d009
- Implement NtNotifyChangeDirectoryFile.
...
- Honour ApcRoutine and ApcContext parameters of NtQueryDirectoryFile.
svn path=/trunk/; revision=10656
2004-08-22 20:51:43 +00:00
Hartmut Birr
1b391b9333
- Fixed the compilation as unicode.
...
svn path=/trunk/; revision=10655
2004-08-22 20:47:20 +00:00
Hartmut Birr
2f1ea7feae
- Added '-Werror' to the compiler options.
...
svn path=/trunk/; revision=10654
2004-08-22 20:37:05 +00:00
Hartmut Birr
df7a301805
- Fixed some 'dereferencing type-punned pointer will break strict-aliasing rules'
...
warnings on higher optimisation levels.
svn path=/trunk/; revision=10653
2004-08-22 20:32:32 +00:00
Hartmut Birr
adc7fbb548
- Fixed some pointer increments/decrements.
...
svn path=/trunk/; revision=10652
2004-08-22 20:13:44 +00:00
Mike Nordell
15ffb673df
Safety added to trace output.
...
svn path=/trunk/; revision=10651
2004-08-22 18:49:11 +00:00
Art Yerkes
c24ef8433f
AFD: Fixed handling of cancelling in flight requests when closing the socket.
...
Closing a socket doesn't crash but still hangs. Needs work.
oskittcp: corrected problem with send data, trying out slightly different
scheme of dealing with closed socket.
tcpip: added support for SEL_FIN in socket state callback and corrected
support for returning error in TCPReceiveData.
svn path=/trunk/; revision=10650
2004-08-22 18:42:42 +00:00
Art Yerkes
36d2e136c7
Fixed missing unlock in write.
...
svn path=/trunk/; revision=10649
2004-08-22 02:15:57 +00:00
Mike Nordell
2496ef39ee
Fix misplaced STDCALL
...
svn path=/trunk/; revision=10648
2004-08-21 21:20:08 +00:00
Mike Nordell
c373c9ebb1
Make inline assembler compilable using VC
...
svn path=/trunk/; revision=10647
2004-08-21 21:14:59 +00:00
Mike Nordell
96b46798d8
Wrong path in comment.
...
svn path=/trunk/; revision=10646
2004-08-21 21:13:45 +00:00
Mike Nordell
0d5eda7a62
Fix misplaced STDCALL
...
svn path=/trunk/; revision=10645
2004-08-21 21:09:39 +00:00
Mike Nordell
7095fe07cd
Fix misplaced STDCALL
...
svn path=/trunk/; revision=10644
2004-08-21 20:55:41 +00:00
Mike Nordell
b7e51fe08f
Fix arithmetics on void.
...
svn path=/trunk/; revision=10643
2004-08-21 20:47:28 +00:00
Mike Nordell
cb6798f145
Fix arithmetics on void.
...
svn path=/trunk/; revision=10642
2004-08-21 20:42:10 +00:00
Mike Nordell
03e25a0998
Fix misplaced STDCALL calling convention specifiers.
...
svn path=/trunk/; revision=10641
2004-08-21 20:40:27 +00:00
Mike Nordell
1c43621083
Fix import/export linkage mismatches.
...
svn path=/trunk/; revision=10640
2004-08-21 20:18:07 +00:00
Mike Nordell
f04772cf3e
Make code portable to compilers with SEH.
...
svn path=/trunk/; revision=10639
2004-08-21 20:05:35 +00:00
Art Yerkes
8da48834d5
Fixed eols for pp directives, honor original eols.
...
svn path=/trunk/; revision=10638
2004-08-21 19:59:52 +00:00
Gé van Geldorp
7f5aece68d
Implement EnumDesktopsA/W and EnumWindowStationsA, rewrite of
...
EnumWindowStationsW
svn path=/trunk/; revision=10637
2004-08-21 19:50:39 +00:00