Sign in
goma
/
wine
/
7718d2bd7cd4c23facd24f8378be42c652da7002
/
dlls
/
odbc32
138a883
odbc32: Constify some variables.
by Andrew Talbot
· 18 years ago
9c03681
odbc32: Declare a function static.
by Andrew Talbot
· 18 years ago
617db22d
odbc32: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
278efe5
odbc32: Cast-qual warning fix.
by Andrew Talbot
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
eb8a40c
libs: Merged libwine_unicode into libwine.
by Alexandre Julliard
· 19 years ago
5258e06
make_dlls: Ignore generated import libraries from the top-level .gitignore.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
9ca8a86
Link against libwine_unicode everywhere we use Unicode functions.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
e66e227
Fixes for missing prototypes warnings.
by Eric Pouech
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
0edbaf7
Remove spaces before '\n' in traces.
by Francois Gouget
· 19 years ago
7e22be4
We are no longer generating .dbg.c files.
by Alexandre Julliard
· 20 years ago
a107234
gcc 4.0 warning fixes.
by Mike McCormack
· 20 years ago
34fa35d
Added rules for building import libraries in the individual dll
by Alexandre Julliard
· 20 years ago
d62356a
Added rules to build import libraries in the individual dll makefiles.
by Alexandre Julliard
· 20 years ago
f5c9da6
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
a49278a
Implemented Unicode proxy for ODBC.
by Alex Villacís Lasso
· 20 years ago
e62e88f
During startup of the connection to an external ODBC provider
by Bill Medland
· 20 years ago
c01b206
Set RTLD_GLOBAL when loading the odbc driver manager so that when it
by Bill Medland
· 21 years ago
9e4ed64
.spec.c files are no longer used for 32-bit dlls.
by Alexandre Julliard
· 21 years ago
fbdfd91
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
by Dimitrie O. Paun
· 21 years ago
7e0ddbc
Fixed warnings with gcc option "-Wwrite-strings".
by Daniel Marmier
· 21 years ago
80f6481
Tidy up the notes for the ODBC driver.
by Dimitrie O. Paun
· 22 years ago
4ae27ce
Fix incorrect ordinals.
by Dave Miller
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
4e1ef0c
For all DLLs with defined DllMain and which do not require
by Dmitry Timoshkov
· 22 years ago
114a31a
Take advantage of new winebuild syntax to remove redundant function
by Alexandre Julliard
· 22 years ago
2e24a14
Replace DPRINTF with TRACE.
by Tony Lambregts
· 22 years ago
dbf8b78
Added .spec.def files.
by Alexandre Julliard
· 22 years ago
1e1313d
Made the dll entry point default to DllMain and removed most of the
by Alexandre Julliard
· 22 years ago
b34fb35
Fixed warnings caused by conversion to -DSTRICT.
by Alexandre Julliard
· 22 years ago
bef32c6
Fixed warnings.
by Alexandre Julliard
· 23 years ago
bac7131
Removed non-static structure initializers.
by Gregg Mattinson
· 23 years ago
77afd6c
Made some more spec file entries optional or unnecessary.
by Alexandre Julliard
· 23 years ago
7cae558
Removed some more trailing whitespace.
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
2ab7625
Removed most imports of ntdll since we no longer import Wine internal
by Alexandre Julliard
· 23 years ago
ad53383
Added winebuild support for generating a .dbg.c file containing the
by Alexandre Julliard
· 23 years ago
67371bc
Added -res option to specify resources on winebuild command-line.
by Alexandre Julliard
· 23 years ago
3245991
Moved imports specification from the .spec into the Makefile so that
by Alexandre Julliard
· 23 years ago
5769d1d
Better support for configure detection of missing types, added check
by Alexandre Julliard
· 23 years ago
c1bfca0
Changed builtin dlls file names to make it clear they are not normal
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
74e4d21
Avoid wildcards in .cvsignore.
by Patrik Stridvall
· 23 years ago
1425941
Fix the #include order for config.h.
by François Gouget
· 23 years ago
386cf6e
When including 'wine/port.h', include it first.
by Francois Gouget
· 23 years ago
5a9ba28
Allow two connections by not releasing the wrapped library too early.
by Bill Medland
· 24 years ago
e76218d
Add '\n' at the end of traces.
by Francois Gouget
· 24 years ago
e675887
Work around glibc 2.1.x dlopen bug (again).
by James Abbatiello
· 24 years ago
886604c
Always pass lower-case filenames to wine_dll_load().
by Alexandre Julliard
· 24 years ago
ea18679
Remove libXXXX.so.1.0 lines from .cvsignore files.
by David Elliott
· 24 years ago
27939f0
Start using import tables for dlls that can already support it.
by Alexandre Julliard
· 24 years ago
eb58e1d
Declare debug channels in all dlls that need them; added imports of
by Alexandre Julliard
· 24 years ago
1a3f705
Added import of ntdll.
by Alexandre Julliard
· 24 years ago
a9f6a9d
Explicitly initialize structures.
by Patrik Stridvall
· 24 years ago
50bcd1a
HFILE is an int, not a regular HANDLE.
by Francois Gouget
· 24 years ago
2caee71
Spelling fixes.
by Andreas Mohr
· 25 years ago
6953d67
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
by Alexandre Julliard
· 25 years ago
7980a50
Fixed issues found by winapi_check.
by Patrik Stridvall
· 25 years ago
fcfacb9
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
d0edc5f
Moved dll-specific make rules to a separate Makedll.rules file.
by Alexandre Julliard
· 25 years ago
0ee98cc
Fixed ANSI C violations.
by Patrik Stridvall
· 25 years ago
318f4ce
Build most dlls as separate shared libraries.
by Alexandre Julliard
· 25 years ago
6afc68a
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 25 years ago
81ee21d
Cosmetics.
by Alexandre Julliard
· 25 years ago
8a3edf9
Fixed/commented out duplicate entry point names.
by Alexandre Julliard
· 25 years ago
8551f8c
Xiang Li Implementation of a proxy ODBC32 dll.
by Alexandre Julliard
· 25 years ago