|
|
|
@21787
|
14 years |
dmik |
Workaround stdcall bug in GCC related to vararg functions.
This can …
|
|
|
|
@21786
|
14 years |
dmik |
Link KERNEL32 with necessary libraries and fix .asm source refs.
|
|
|
|
@21785
|
14 years |
dmik |
Build ODINCRT DLL.
|
|
|
|
@21783
|
14 years |
dmik |
Use underscores for symbols defined in .asm as they are cdecl.
IBM …
|
|
|
|
@21782
|
14 years |
dmik |
Use _malloc/_free instead of odin_malloc/odin_free in assembler.
…
|
|
|
|
@21781
|
14 years |
dmik |
Make Handle Manager functions compiler neutral with extern "C".
|
|
|
|
@21780
|
14 years |
dmik |
Fix building libwrap from the top directory.
|
|
|
|
@21779
|
14 years |
dmik |
Build win32k static library.
|
|
|
|
@21776
|
14 years |
dmik |
Add missing spacing to kernel32.def using the new script.
|
|
|
|
@21775
|
14 years |
dmik |
Build NTDLL library.
|
|
|
|
@21771
|
14 years |
dmik |
Prototype USER32 DLL.
This gives us the import library necessary for …
|
|
|
|
@21770
|
14 years |
dmik |
initdll: No need in OS/2 API wrappers at DLL init time.
This removes …
|
|
|
|
@21769
|
14 years |
dmik |
initdll: Make default DLL_Init()/Term() implementations weak.
This is …
|
|
|
|
@21758
|
14 years |
dmik |
Common compiler warnings and errors.
|
|
|
|
@21757
|
14 years |
dmik |
Fix NTDLL init/term code.
|
|
|
|
@21755
|
14 years |
dmik |
Extern "C".
|
|
|
|
@21754
|
14 years |
dmik |
GCC has snprintf().
|
|
|
|
@21753
|
14 years |
dmik |
Quote names in kernel32.def.
|
|
|
|
@21751
|
14 years |
dmik |
Build LIBWRAP library.
|
|
|
|
@21746
|
14 years |
dmik |
Add handler to compile .orc source files with Wine RC.
|
|
|
|
@21743
|
14 years |
dmik |
Move unicode library to lib as it is shared among several parts.
|
|
|
|
@21742
|
14 years |
dmik |
Add C++ version of ODINHelperStripUNC() for non-const strings.
|
|
|
|
@21741
|
14 years |
dmik |
Common compiler warnings and errors.
|
|
|
|
@21740
|
14 years |
dmik |
GetCPInfo() could return wrong default char.
|
|
|
|
@21739
|
14 years |
dmik |
Define ras_snprintf() which differs from GNU LIBC snprintf().
|
|
|
|
@21737
|
14 years |
dmik |
Common compiler warnings and errors.
|
|
|
|
@21735
|
14 years |
dmik |
Match InitializeKernel32() return type usage with declaration.
|
|
|
|
@21734
|
14 years |
dmik |
Make kernel32 use initdll.lib.
|
|
|
|
@21733
|
14 years |
dmik |
Create lnitdll.lib to hold common DLL init/term code.
This simplifies …
|
|
|
|
@21732
|
14 years |
dmik |
Common compiler warnings and errors.
|
|
|
|
@21731
|
14 years |
dmik |
Don't include missing includes under GCC.
|
|
|
|
@21730
|
14 years |
dmik |
Common compiler warnings and errors.
|
|
|
|
@21729
|
14 years |
dmik |
Use static member instead of global friend funciton.
|
|
|
|
@21728
|
14 years |
dmik |
Define ctordtorInit()/ctordtorTerm() on GCC.
|
|
|
|
@21727
|
14 years |
dmik |
Get rid of DLLENTRYPOINT_CCONV and DLLENTRYPOINT_NAME.
|
|
|
|
@21726
|
14 years |
dmik |
strcmpi -> stricmp.
The former is deprecated since long and missing …
|
|
|
|
@21725
|
14 years |
dmik |
GCC doesn't have wcstr.h (wchar.h replaces it when needed).
|
|
|
|
@21724
|
14 years |
dmik |
No need for inline in class members defined at declaration.
|
|
|
|
@21722
|
14 years |
dmik |
GCC doesn't have _set_crt_msg_handle().
|
|
|
|
@21721
|
14 years |
dmik |
Define _interrupt(n) on GCC.
It makes sense to add this VAC …
|
|
|
|
@21720
|
14 years |
dmik |
Replace "\" with "/" in include statements.
|
|
|
|
@21719
|
14 years |
dmik |
_ras.cpp: Port to GCC.
|
|
|
|
@21718
|
14 years |
dmik |
Ooops, belongs to r21717.
|
|
|
|
@21717
|
14 years |
dmik |
Use const char * for arguments accepting literal strings.
This is …
|
|
|
|
@21716
|
14 years |
dmik |
Place local includes in quotes.
GCC doesn't search for <> includes in …
|
|
|
|
@21714
|
14 years |
dmik |
Declare index var used outside for().
|
|
|
|
@21711
|
14 years |
dmik |
Declare index var used outside for().
|
|
|
|
@21708
|
14 years |
dmik |
Don't use class name suffix in declaration.
This is superfluous and …
|
|
|
|
@21707
|
14 years |
dmik |
Make Win32ThreadProc static member of Win32Thread.
This is more …
|
|
|
|
@21705
|
14 years |
dmik |
Don't define FORMAT_CGA unless absent.
|
|
|
|
@21704
|
14 years |
dmik |
Don't use class name suffix in declaration.
This is superfluous and …
|
|
|
|
@21702
|
14 years |
dmik |
Force extern "C" for API declarations.
Seems that IBM VAC implied …
|
|
|
|
@21697
|
14 years |
dmik |
Add guidlib makefile.
|
|
|
|
@21695
|
14 years |
dmik |
Add makefiles for kernel32 (+seh/unicode helpers).
|
|
|
|
@21693
|
14 years |
dmik |
Rename src/NTDLL to src/ntdll.
|
|
|
|
@21692
|
14 years |
dmik |
Normalize file case.
Change all uppercase filenames and extensions to …
|
|
|
|
@21687
|
14 years |
dmik |
Created gcc-kmk branch (moving to GCC and kBuild).
|
|
copied from trunk/src
|
|
|
|
@21675
|
14 years |
dmik |
Fixed a regression in r21674.
This broke the Select Directory dialog …
|