wine
24 years agoAdded a few toolbar defines.
Huw D M Davies [Fri, 14 Apr 2000 14:08:19 +0000 (14:08 +0000)] 
Added a few toolbar defines.

24 years agoA few corrections to bounding boxes.
Huw D M Davies [Fri, 14 Apr 2000 14:07:51 +0000 (14:07 +0000)] 
A few corrections to bounding boxes.

24 years agoDon't close groups of polylines.
Huw D M Davies [Fri, 14 Apr 2000 14:07:30 +0000 (14:07 +0000)] 
Don't close groups of polylines.

24 years agoDo not dereference a ptr we just checked being NULL.
Marcus Meissner [Fri, 14 Apr 2000 14:07:13 +0000 (14:07 +0000)] 
Do not dereference a ptr we just checked being NULL.

24 years agoChanged the placement of WINE_UNUSED to make gcc 2.7.2 happy.
Francois Gouget [Fri, 14 Apr 2000 14:06:49 +0000 (14:06 +0000)] 
Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.

24 years agoFollow symlinks when saving registry.
Ove Kaaven [Fri, 14 Apr 2000 14:05:43 +0000 (14:05 +0000)] 
Follow symlinks when saving registry.

24 years agoAdded missing winestub dependency.
Alexandre Julliard [Fri, 14 Apr 2000 13:47:11 +0000 (13:47 +0000)] 
Added missing winestub dependency.

24 years agoLoad done event now created by the server.
Alexandre Julliard [Fri, 14 Apr 2000 13:42:00 +0000 (13:42 +0000)] 
Load done event now created by the server.

24 years agoMade the winedbg an external and WineLib program.
Eric Pouech [Thu, 13 Apr 2000 19:31:58 +0000 (19:31 +0000)] 
Made the winedbg an external and WineLib program.
Centralized output handling (preparation for console usage).
Fixed a few debug information reading options (stabs and sym).
Started a framework to hold debugger's internal variables.

24 years agoGot rid of -debug wine's option (wine now requires an external debugger).
Eric Pouech [Thu, 13 Apr 2000 19:29:11 +0000 (19:29 +0000)] 
Got rid of -debug wine's option (wine now requires an external debugger).

24 years agoAdded launching of a debugger when unhandled exception occurs.
Eric Pouech [Thu, 13 Apr 2000 19:28:28 +0000 (19:28 +0000)] 
Added launching of a debugger when unhandled exception occurs.

24 years agoAdded a .xcnlnk section to builtin KERNEL32 PE header.
Eric Pouech [Thu, 13 Apr 2000 19:27:52 +0000 (19:27 +0000)] 
Added a .xcnlnk section to builtin KERNEL32 PE header.

24 years agoLet CreateProcess launch unix executable without a .exe extension.
Eric Pouech [Thu, 13 Apr 2000 19:26:56 +0000 (19:26 +0000)] 
Let CreateProcess launch unix executable without a .exe extension.
Fixed arguments passed when creating a unix process.

24 years agoFixed signal stack handling on Linux when sigaltstack is available.
Alexandre Julliard [Thu, 13 Apr 2000 19:25:52 +0000 (19:25 +0000)] 
Fixed signal stack handling on Linux when sigaltstack is available.
Added a direct sigaltstack syscall to work-around the glibc bug.

24 years agoImplemented guard pages and stack overflow exceptions.
Alexandre Julliard [Thu, 13 Apr 2000 17:21:36 +0000 (17:21 +0000)] 
Implemented guard pages and stack overflow exceptions.

24 years agoCleanup thread stack allocation. Use a single VirtualAlloc for TEB and
Alexandre Julliard [Thu, 13 Apr 2000 17:03:22 +0000 (17:03 +0000)] 
Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
the various stacks.

24 years agoMake sure HKLM\Software\Wine\Wine is a non-volatile key.
Alexandre Julliard [Thu, 13 Apr 2000 16:10:20 +0000 (16:10 +0000)] 
Make sure HKLM\Software\Wine\Wine is a non-volatile key.

24 years agoFixed AltGr key handling.
Stephane Lussier [Thu, 13 Apr 2000 16:00:08 +0000 (16:00 +0000)] 
Fixed AltGr key handling.

24 years agoMake DirectDraw compile with DGA2 present.
Marcus Meissner [Thu, 13 Apr 2000 15:59:22 +0000 (15:59 +0000)] 
Make DirectDraw compile with DGA2 present.

24 years agoFILE_CreateFile()'s read/write-check was broken due to checking of
Andreas Mohr [Thu, 13 Apr 2000 15:58:30 +0000 (15:58 +0000)] 
FILE_CreateFile()'s read/write-check was broken due to checking of
ERROR_xxx instead of STATUS_xxx.

24 years agoFixes and cleans up some of the GetEnhMetaFile* functions.
Huw D M Davies [Thu, 13 Apr 2000 15:57:34 +0000 (15:57 +0000)] 
Fixes and cleans up some of the GetEnhMetaFile* functions.
Fixes scaling of EMFs in playback.  Will probably be right
when World Transforms work properly...

24 years agoGlobalReAlloc returns 0 on failure.
Huw D M Davies [Thu, 13 Apr 2000 15:57:06 +0000 (15:57 +0000)] 
GlobalReAlloc returns 0 on failure.

24 years agoStub for NtAllocateUuids.
Andreas Mohr [Thu, 13 Apr 2000 15:56:40 +0000 (15:56 +0000)] 
Stub for NtAllocateUuids.

24 years agoClear TopRootItem when whole tree is deleted.
Huw D M Davies [Thu, 13 Apr 2000 15:56:09 +0000 (15:56 +0000)] 
Clear TopRootItem when whole tree is deleted.
Fix off by one lstrcpyn.
Clean up and fix GetNextItem.

24 years agoIgnore all output files.
Alexandre Julliard [Tue, 11 Apr 2000 20:07:48 +0000 (20:07 +0000)] 
Ignore all output files.

24 years agoMerged urlmon.dll and wininet.dll from the Corel tree (implementation
Alexandre Julliard [Tue, 11 Apr 2000 20:07:00 +0000 (20:07 +0000)] 
Merged urlmon.dll and wininet.dll from the Corel tree (implementation
by Ulrich Czekalla <ulrichc@corel.ca>)

24 years agoMade GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
Alexandre Julliard [Tue, 11 Apr 2000 20:01:59 +0000 (20:01 +0000)] 
Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
GetCurrentProcess() inline.

24 years agoMerged in Corel's AUTHORs.
Marcus Meissner [Tue, 11 Apr 2000 19:38:45 +0000 (19:38 +0000)] 
Merged in Corel's AUTHORs.

24 years agoOnly copy dstwidth*3 bytes in the 24bit case.
Marcus Meissner [Tue, 11 Apr 2000 19:38:12 +0000 (19:38 +0000)] 
Only copy dstwidth*3 bytes in the 24bit case.

24 years agoFree private structure in Xlib_DDS_Release.
Marcus Meissner [Tue, 11 Apr 2000 19:37:50 +0000 (19:37 +0000)] 
Free private structure in Xlib_DDS_Release.

24 years agoMSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
Ulrich Czekalla [Tue, 11 Apr 2000 19:37:20 +0000 (19:37 +0000)] 
MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.

24 years agoTreeView - minor bugfix and optimization:
Serge Ivanov [Tue, 11 Apr 2000 19:37:01 +0000 (19:37 +0000)] 
TreeView - minor bugfix and optimization:
   - GetDC call moved down to avoid possible resource leak.
   - Invariant code is moved out of loop.

24 years ago_ILGetFileDate should convert the date to local time before generating
Ulrich Czekalla [Tue, 11 Apr 2000 19:36:35 +0000 (19:36 +0000)] 
_ILGetFileDate should convert the date to local time before generating
the string (_ILGetFileDateTime does not).

24 years agoFixed other bugs within MMIO implementation. Now, it's possible to
Noomen Hamza [Tue, 11 Apr 2000 19:36:13 +0000 (19:36 +0000)] 
Fixed other bugs within MMIO implementation. Now, it's possible to
copy/cut from PhotoPaint and paste to CorelDraw.

24 years agoUse d3dexecutebuffer_create only when compiling with MESA.
Marcus Meissner [Mon, 10 Apr 2000 13:45:17 +0000 (13:45 +0000)] 
Use d3dexecutebuffer_create only when compiling with MESA.

24 years agoReplaced xmalloc calls with malloc/HeapAlloc calls.
Dimitrie O. Paun [Sun, 9 Apr 2000 18:41:15 +0000 (18:41 +0000)] 
Replaced xmalloc calls with malloc/HeapAlloc calls.

24 years agoCosmetics.
Eric Pouech [Sun, 9 Apr 2000 18:40:32 +0000 (18:40 +0000)] 
Cosmetics.

24 years agoImplemented HeapWalk().
Andreas Mohr [Sun, 9 Apr 2000 18:40:14 +0000 (18:40 +0000)] 
Implemented HeapWalk().

24 years agoTwo left over HeapValidate assertions removed.
Marcus Meissner [Sun, 9 Apr 2000 18:39:52 +0000 (18:39 +0000)] 
Two left over HeapValidate assertions removed.

24 years agoClear status for sending exception event.
Eric Pouech [Sun, 9 Apr 2000 18:39:31 +0000 (18:39 +0000)] 
Clear status for sending exception event.

24 years agoAdded ability to put new-lines in changelog entry.
Eric Pouech [Sun, 9 Apr 2000 18:39:08 +0000 (18:39 +0000)] 
Added ability to put new-lines in changelog entry.
Added -p to locate destination directory.

24 years agoGetItem was returning the item instead of subitem info.
Richard Cohen [Sun, 9 Apr 2000 18:38:23 +0000 (18:38 +0000)] 
GetItem was returning the item instead of subitem info.

24 years agoRegistry key used in LoadBoard() was not the same as the one used in
Dave Pickles [Sun, 9 Apr 2000 18:37:50 +0000 (18:37 +0000)] 
Registry key used in LoadBoard() was not the same as the one used in
SaveBoard(). Also fixed a typo in the position saving code.

24 years agoRemoved old resource compiler.
Alexandre Julliard [Sun, 9 Apr 2000 18:35:07 +0000 (18:35 +0000)] 
Removed old resource compiler.

24 years agoCreate directories that don't contain a Makefile.
Alexandre Julliard [Sun, 9 Apr 2000 18:20:25 +0000 (18:20 +0000)] 
Create directories that don't contain a Makefile.

24 years agoImproved support for Makefiles that need to recurse in subdirectories.
Alexandre Julliard [Sun, 9 Apr 2000 18:19:59 +0000 (18:19 +0000)] 
Improved support for Makefiles that need to recurse in subdirectories.

24 years agoRestructured DirectDraw. Split into X11 and DGA driver, and multiple
Marcus Meissner [Sun, 9 Apr 2000 14:30:50 +0000 (14:30 +0000)] 
Restructured DirectDraw. Split into X11 and DGA driver, and multiple
files/dirs for easier maintenance. Cleaned up structs and include
files. Reindented the code. Started the same for Direct3D.  Driver
inclusion now done by using configure/Makefile/ELF constructor tricks.

24 years agoRemoved a number of global handle allocations and critical section
Alexandre Julliard [Sat, 8 Apr 2000 21:06:06 +0000 (21:06 +0000)] 
Removed a number of global handle allocations and critical section
initializations.

24 years agoTemporary hack to share handles between processes sharing the same
Alexandre Julliard [Sat, 8 Apr 2000 21:02:47 +0000 (21:02 +0000)] 
Temporary hack to share handles between processes sharing the same
address space.

24 years agoAdded lazy initialization of critical sections, based on a patch by
Alexandre Julliard [Sat, 8 Apr 2000 20:50:06 +0000 (20:50 +0000)] 
Added lazy initialization of critical sections, based on a patch by
Andrew Lewycky.

24 years agoStephen Mereu
Yuxi Zhang [Sat, 8 Apr 2000 20:23:00 +0000 (20:23 +0000)] 
Stephen Mereu
TabCtrl leftmostVisible is not updated properly. It caused the QP
application bar on the bottom fail to bring back the items when there
is no need to scrolling. Also fixed a bug that when an item is inserted,
setItemBounds should be called first, then it's time to invalidate.

24 years agoAdded PeekNamedPipe stub.
Andreas Mohr [Sat, 8 Apr 2000 20:21:36 +0000 (20:21 +0000)] 
Added PeekNamedPipe stub.

24 years agoFixed pixmap leak with the 1x1 bitmap in memory DCs.
Gerard Patel [Sat, 8 Apr 2000 20:21:01 +0000 (20:21 +0000)] 
Fixed pixmap leak with the 1x1 bitmap in memory DCs.

24 years agowineinstall now properly configures no-windows installs, and should now
Ove Kaaven [Sat, 8 Apr 2000 20:20:21 +0000 (20:20 +0000)] 
wineinstall now properly configures no-windows installs, and should now
be easier to adapt for binary packages too.

24 years agoDefault system.ini (from documentation/status/multimedia).
Ove Kaaven [Sat, 8 Apr 2000 20:19:51 +0000 (20:19 +0000)] 
Default system.ini (from documentation/status/multimedia).

24 years agoDo not send a debug event for a thread until the previous event for
Alexandre Julliard [Thu, 6 Apr 2000 22:05:16 +0000 (22:05 +0000)] 
Do not send a debug event for a thread until the previous event for
the same thread has been continued.

24 years agoMoved SaveOnlyUpdatedKeys to wine.ini.
Alexandre Julliard [Thu, 6 Apr 2000 20:37:37 +0000 (20:37 +0000)] 
Moved SaveOnlyUpdatedKeys to wine.ini.
Use get_config_dir() instead of hardcoding ~/.wine
Simplified loading and saving routines.

24 years agoAdded support for WINEPREFIX environment variable.
Alexandre Julliard [Thu, 6 Apr 2000 20:36:17 +0000 (20:36 +0000)] 
Added support for WINEPREFIX environment variable.

24 years agoFixed some issues reported by winapi_check.
Patrik Stridvall [Thu, 6 Apr 2000 20:21:16 +0000 (20:21 +0000)] 
Fixed some issues reported by winapi_check.

24 years agoImplemented API EnumTimeFormatsA(). It supports now all different
Owen Wang [Thu, 6 Apr 2000 20:13:32 +0000 (20:13 +0000)] 
Implemented API EnumTimeFormatsA(). It supports now all different
English locales, as well as German(standard), French(standard) and
French(Canadian).  All time formats follow conventions in Windows NT 4.0

Haithem Hmida (of Macadamian for Corel)
Implemented GetCurrencyFormatA() API:
- GetCurrencyFormatA() calls GetNumberFormatA() to format the number
  (as a positive one), then formats the number depending on
  NegativeOrder/PositiveOrder fields.
- GetNumberFormatA() has been slightly modified.

24 years agoAdded conversion from DBCS lpDx to WCHAR lpDx.
Junichi Kuchinishi [Thu, 6 Apr 2000 20:12:16 +0000 (20:12 +0000)] 
Added conversion from DBCS lpDx to WCHAR lpDx.

24 years ago- Implemented stub statistics. Turned off by default. (Requested by Francois
Patrik Stridvall [Thu, 6 Apr 2000 20:11:04 +0000 (20:11 +0000)] 
- Implemented stub statistics. Turned off by default. (Requested by Francois
Gouget).
- Implemented missing prototype checking. Turned off by default (Requested
by Dimitry Timoshkov).
- Implemented .spec file name sanity checking. Turned off by default.
- Implemented documentation width checking. Turned off by default.
- Minor bug fixes.

24 years agoFix StringFromGUI2 return value as per documentation.
Andrew Lewycky [Thu, 6 Apr 2000 19:33:36 +0000 (19:33 +0000)] 
Fix StringFromGUI2 return value as per documentation.

24 years agoMake audiodevice blocking directly after the non-blocking open, since
Marcus Meissner [Thu, 6 Apr 2000 19:32:33 +0000 (19:32 +0000)] 
Make audiodevice blocking directly after the non-blocking open, since
we use the write(2) also for synchronization.

24 years agoCorrected error handling for ws_getprotobyname/number.
Rein Klazes [Thu, 6 Apr 2000 19:31:38 +0000 (19:31 +0000)] 
Corrected error handling for ws_getprotobyname/number.
Made the Async error returns the same as the normal functions.

24 years agoGetShortPathName: always erase characters at the end of the new
Uwe Bonnes [Thu, 6 Apr 2000 19:31:11 +0000 (19:31 +0000)] 
GetShortPathName: always erase characters at the end of the new
string, and return only single backslashes.

24 years agoAdded a per-drive FailReadOnly flag, and removed the global
Alexandre Julliard [Tue, 4 Apr 2000 20:35:45 +0000 (20:35 +0000)] 
Added a per-drive FailReadOnly flag, and removed the global
--failreadonly option.

24 years agoFixed file descriptor leaks.
Alexandre Julliard [Tue, 4 Apr 2000 19:57:23 +0000 (19:57 +0000)] 
Fixed file descriptor leaks.

24 years agoCall PROFILE_GetWineIniBool before starting to fill the request
Alexandre Julliard [Tue, 4 Apr 2000 19:56:49 +0000 (19:56 +0000)] 
Call PROFILE_GetWineIniBool before starting to fill the request
buffer. Made new registry format the default.

24 years agoIncrement suspend count before attempting attach in suspend_for_ptrace.
Alexandre Julliard [Tue, 4 Apr 2000 19:55:28 +0000 (19:55 +0000)] 
Increment suspend count before attempting attach in suspend_for_ptrace.

24 years agoMade request tracing more robust against bogus lengths.
Alexandre Julliard [Tue, 4 Apr 2000 19:33:27 +0000 (19:33 +0000)] 
Made request tracing more robust against bogus lengths.

24 years agoAdapted the manual pages to the new long options, updated the
Peter Ganten [Tue, 4 Apr 2000 18:57:19 +0000 (18:57 +0000)] 
Adapted the manual pages to the new long options, updated the
-debugmsg channels and added a small hack to get the @sysconfdir@
stuff in the manual pages right.

24 years agoFixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
Noomen Hamza [Tue, 4 Apr 2000 18:56:28 +0000 (18:56 +0000)] 
Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.

24 years agoAdded DestroyBoard function to delete bitmap handles.
Joshua Thielen [Tue, 4 Apr 2000 18:55:55 +0000 (18:55 +0000)] 
Added DestroyBoard function to delete bitmap handles.
Moved SelectObject outside of DrawMine.
Selected old object's back into hMemDC.

24 years agoImplemented FAT32 function 7302 (Get Extended DPB).
Ian Schmidt [Tue, 4 Apr 2000 18:55:23 +0000 (18:55 +0000)] 
Implemented FAT32 function 7302 (Get Extended DPB).

24 years agoImplemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
Ian Schmidt [Tue, 4 Apr 2000 18:55:09 +0000 (18:55 +0000)] 
Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
Internet Explorer.

24 years agoThis patch adds the ability for regapi to call the DllRegisterServer or
Gavriel State [Tue, 4 Apr 2000 18:54:26 +0000 (18:54 +0000)] 
This patch adds the ability for regapi to call the DllRegisterServer or
DllUnregisterServer for a list of DLLs.

24 years agoOleRegGetUserType did return an unterminated ASCII string instead of an
Gavriel State [Tue, 4 Apr 2000 18:54:06 +0000 (18:54 +0000)] 
OleRegGetUserType did return an unterminated ASCII string instead of an
OLESTR (wide characters).

24 years agoMichael Abd-El-Malek (Corel)
Alexandre Julliard [Tue, 4 Apr 2000 18:53:37 +0000 (18:53 +0000)] 
Michael Abd-El-Malek (Corel)
Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
to be more compatible to Windows.
Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.

Jeff Tranter <jefft@corel.ca>
The measurement unit for Canadian English should be metric.
LANG_SUB_ENTRY did always return the first language due to missing {}.

24 years agoUpdated documentation/distributors in regards to shared libraries and
Marcus Meissner [Thu, 30 Mar 2000 20:25:42 +0000 (20:25 +0000)] 
Updated documentation/distributors in regards to shared libraries and
some more windows specific dirs.

24 years ago- Fix painting bug with middle button down when dragging mouse
Peter Hunnisett [Thu, 30 Mar 2000 20:25:07 +0000 (20:25 +0000)] 
- Fix painting bug with middle button down when dragging mouse
- Speed up drawing and hence overall speed
- Fix compiler warnings
- Added some optional debugging information
- Added a new known bug to the list

24 years agoAdded CTS, DSR and RingIndicator states to Window's semi-documented
Rein Klazes [Thu, 30 Mar 2000 20:23:32 +0000 (20:23 +0000)] 
Added CTS, DSR and RingIndicator states to Window's semi-documented
modem line status register.

24 years agoDelete objects after use in EnumEnhMetaFile.
Huw D M Davies [Thu, 30 Mar 2000 20:22:41 +0000 (20:22 +0000)] 
Delete objects after use in EnumEnhMetaFile.
Make PlayEnhMetaFile call EnumEnhMetaFile.
Move EnumEnhMetaFile prototype to wingdi.h.

24 years agoopen() the OSS sounddevice non-blocking in case another process has it
Marcus Meissner [Thu, 30 Mar 2000 20:22:12 +0000 (20:22 +0000)] 
open() the OSS sounddevice non-blocking in case another process has it
open already.

24 years agoCommented out exit() call on ExitProcess for now.
Alexandre Julliard [Thu, 30 Mar 2000 19:31:02 +0000 (19:31 +0000)] 
Commented out exit() call on ExitProcess for now.

24 years agoSet thread start address to 0 on events generated by
Alexandre Julliard [Thu, 30 Mar 2000 19:30:24 +0000 (19:30 +0000)] 
Set thread start address to 0 on events generated by
DebugActiveProcess.
Return a correct address in the simulated exception event.

24 years agoFixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
Alexandre Julliard [Thu, 30 Mar 2000 19:26:44 +0000 (19:26 +0000)] 
Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.

24 years ago- Fix some compiler warnings.
Niels Kristian Bech Jensen [Tue, 28 Mar 2000 20:44:59 +0000 (20:44 +0000)] 
- Fix some compiler warnings.
- Remove superfluous #include statement.

24 years agoFixed bug reported by winapi_check.
Ron Gage [Tue, 28 Mar 2000 20:41:46 +0000 (20:41 +0000)] 
Fixed bug reported by winapi_check.

24 years agoAdded/fixed some documentation reported by winapi_check.
Patrik Stridvall [Tue, 28 Mar 2000 20:22:59 +0000 (20:22 +0000)] 
Added/fixed some documentation reported by winapi_check.

24 years agoFixed memory allocations.
Alexandre Julliard [Tue, 28 Mar 2000 20:02:37 +0000 (20:02 +0000)] 
Fixed memory allocations.

24 years ago- Added/fixed some documentation reported by winapi_check
Patrik Stridvall [Tue, 28 Mar 2000 19:31:18 +0000 (19:31 +0000)] 
- Added/fixed some documentation reported by winapi_check
- Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
- Renamed CRTDLL__dllonexit to CRTDLL___dllinit

24 years agoFixed some warnings.
Patrik Stridvall [Tue, 28 Mar 2000 19:30:06 +0000 (19:30 +0000)] 
Fixed some warnings.

24 years ago- Updated the API files.
Patrik Stridvall [Tue, 28 Mar 2000 19:29:13 +0000 (19:29 +0000)] 
- Updated the API files.
- Minor bug fixes

24 years agoDo a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
Andreas Mohr [Tue, 28 Mar 2000 19:28:33 +0000 (19:28 +0000)] 
Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
ANIMATE_Destroy.

24 years agoMinor fix in wrc to support the Solaris preprocessor.
Patrik Stridvall [Tue, 28 Mar 2000 19:25:46 +0000 (19:25 +0000)] 
Minor fix in wrc to support the Solaris preprocessor.

24 years agoFixed some ANSI C violations.
Patrik Stridvall [Tue, 28 Mar 2000 19:24:55 +0000 (19:24 +0000)] 
Fixed some ANSI C violations.

24 years agoAdd start menu directories.
Ove Kaaven [Tue, 28 Mar 2000 19:24:09 +0000 (19:24 +0000)] 
Add start menu directories.

24 years agoPut CLONE_FILES back in, it is still breaking too many things.
Alexandre Julliard [Tue, 28 Mar 2000 18:47:24 +0000 (18:47 +0000)] 
Put CLONE_FILES back in, it is still breaking too many things.

24 years agoMerged DDBitmap and physBitmap into the generic bitmap structure
Alexandre Julliard [Tue, 28 Mar 2000 13:37:50 +0000 (13:37 +0000)] 
Merged DDBitmap and physBitmap into the generic bitmap structure
(suggested by Andrew Lewycky).