This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
wine
Watch
1
Star
0
Fork
0
You've already forked wine
mirror of
https://github.com/reactos/wine.git
synced
2025-02-15 02:18:51 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
wine
/
dlls
/
serialui
History
Francois Gouget
9591836ffb
'sizeof type' is best avoided as it won't always compile (e.g. 'int
...
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
2003-06-18 19:45:22 +00:00
..
.cvsignore
Added .spec.def files.
2002-12-12 22:04:04 +00:00
confdlg.c
'sizeof type' is best avoided as it won't always compile (e.g. 'int
2003-06-18 19:45:22 +00:00
Makefile.in
Removed most imports of ntdll since we no longer import Wine internal
2002-05-17 03:37:12 +00:00
serialui_rc.rc
Added LGPL standard comment, and copyright notices where necessary.
2002-03-09 23:29:33 +00:00
serialui.h
Added LGPL standard comment, and copyright notices where necessary.
2002-03-09 23:29:33 +00:00
serialui.spec
Made the dll entry point default to DllMain and removed most of the
2002-11-04 23:53:41 +00:00