This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-02-06 14:44:26 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
rdf
/
util
History
mscott%netscape.com
42ca1bf61a
Remove NS_RDF from this class declaration. This was giving us link warnings in every dll that linked with this library on windows. Why? When we link against the library, the macro is defining the class as an imported class; however because the library is statically linked, it really is a local declaration.
...
a=waterson
1999-05-18 21:28:43 +00:00
..
public
Remove NS_RDF from this class declaration. This was giving us link warnings in every dll that linked with this library on windows. Why? When we link against the library, the macro is defining the class as an imported class; however because the library is statically linked, it really is a local declaration.
1999-05-18 21:28:43 +00:00
src
The Great Cursor Excorcism. Removed cursors in favor of enumerators. Misc updates to purge the xpidl stubs stuff in preparation for XPConnect. Details on RDF_19990422_BRANCH.
1999-04-24 02:41:02 +00:00
.cvsignore
ignore generated files
1999-02-18 03:46:47 +00:00
Makefile.in
Moved utilities to util directory.
1999-02-17 23:42:09 +00:00
makefile.win
Moved utilities to util directory.
1999-02-17 23:42:09 +00:00